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?