Hi,
We have a use case where our intercom user creates a message (eg chat) to be sent to all leads, and would like the message content to be picked up by our webhook endpoint upon sending the message, so that we can forward that message to external APIs.
We are able to get a notification event whenever the message is sent by subscribing to the content_stat.chat topic in the webhook settings, but this topic only has the statuses of the message sent, but not the actual message content itself.
We’ve tried subscribing to the following topics, but I don’t see it working for our use case:
- conversation.admin.opened
- conversation.admin.replied
- conversation.admin.single.created
- conversation.user.created
- conversation.user.replied
Appreciate if anyone has any insight on how we can get it to work. I’ve considered the possibility of a custom action but there does not seem to be anywhere that a proactive support message can configure such an action into it.
Many thanks in advance.