You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am expecting this to create the conversation, as the documentation states:
"The sending user or lead is identified by their user_id, email or id values in the from field, along with a type field value of user orc contact."
Actual behavior
This returns a 400 bad request response, if 'email' is used in the from field.
Logs
PHP Fatal error: Uncaught Http\Client\Common\Exception\ClientErrorException: Bad Request in .../vendor/php-http/client-common/src/Plugin/ErrorPlugin.php:72
The text was updated successfully, but these errors were encountered:
Version info
Expected behavior
I am trying (as per the documentation here: https://developers.intercom.com/intercom-api-reference/v1.4/reference#user-or-contact-initiated-conversation) to initiate a conversation using an email address, like so:
I am expecting this to create the conversation, as the documentation states:
"The sending user or lead is identified by their user_id, email or id values in the from field, along with a type field value of user orc contact."
Actual behavior
This returns a 400 bad request response, if 'email' is used in the from field.
Logs
PHP Fatal error: Uncaught Http\Client\Common\Exception\ClientErrorException: Bad Request in .../vendor/php-http/client-common/src/Plugin/ErrorPlugin.php:72
The text was updated successfully, but these errors were encountered: