$this->client->contacts->update("abcd", [
'custom_attributes' => ['nickname' => 'Nick Guichi'],
'email' => '[email protected]',
]);
return;
I have the existing contact id.
"intercom/intercom-php": "^4.5",
There is no other information from the Exception. Just Bad Request. What could be the reason?