Hey!
I try to build an auto respond integration but I have a problem with sending a message to the Customer using an API.
I’m using https://github.com/intercom/intercom-node as a library for communication with intercom API. When I try to reply to the conversation using the adminID and I’ll provide operator user ID everything seems fine at the first glance so:
- api doesn’t return any error,
- message is added to the conversation in the inbox,
But unfortunately email never arrives to the user.
When I use different adminID everything works fine. I tried to search in the docs but I didn’t see if there are some limits related to sending a message as an operator.
So my questions are:
Is it possible to reply to the conversation using an Operator from the API?
If it is possible do I need to add some extra configuration for the Operator in order to send messages to the user.