Skip to main content

We are using PHP api client to add contacts to intercom. Occasionally then requests fail with 404 not found error which is weird since we are creating a new contact.

$contact = $intercom->contacts->create($data);

Http\Client\Common\Exception\ClientErrorException: Not Found

We are adding and updating contacts all the time. In the last week we have had ~10 of these so the actual number of failed calls in relatively low but still were annoying.

Any ideas what is causing this or how to fix this?

Hey ā€‹@Lars RemesĀ šŸ‘‹ Jacques here from Support Engineering with Intercom.

Does the 404 Not Found error get thrown when you update a Contact or create them? If it happens for an update call, then the issue is likely due to the Contact not existing when you try to update them.

I think that could be the issue here but it would be difficult to tell without having more context on your setup.

Iā€™d recommend reaching out to our Support Team for help via the Messenger so that they can dig into this issue for you! :)


Reply