Hi there,
I would like to push full conversation body data via a custom action towards Zapier (webhook trigger).
The reason why I would like to use custom actions is because I only want conversations that were initialized with a bot. The moment the conversation is assigned to the team, the custom action would send the full conversation to Zapier. In Zapier, I would then like to summarize the bot conversationd and post it as a note into the same message for the support agent to easily understand the conversation.
The custom action I created seems to be successful, but the Webhook trigger in Zapier never receives the POST request from the custom action.
Also, I don’t find a way how to get the whole conversation as data into JSON?
I presume i need to use the “conversation_parts” object, but not sure how?
Thanks in advance for the help!