Attaching a Webhook to the Chat System for MRM
TLDR Adrian Ang asked how to attach a webhook to their chat system. sojan_official suggested using a cloud function for the webhook event.
Powered by Struct AI
1
3
18mo
Solved
Jun 23, 2022 (18 months ago)
Adrian Ang
Adrian Ang
11:54 PMHi, I'm trying to attach a webhook to the chat system. The idea is to send data to our 3rd party MRM (Marketing Resource Management) through an API call. Is there a built-in functionality where we can put our custom code whenever a new "contact" is created? Thanks!
Jun 30, 2022 (18 months ago)
sojan_official
sojan_official
07:24 PMWe don't have ability to run code. But you could configure a cloud function that react for the webhook event : https://github.com/chatwoot/google-cloud-functions-demo
Jul 05, 2022 (18 months ago)
Adrian Ang
Adrian Ang
12:41 AMThank you - that's perfcet
Chatwoot
Chatwoot | Knowledge Base powered by Struct.AI
Indexed 2221 threads (46% resolved)
Similar Threads
Integrating WhatsApp Cloud API with Chatwoot
drdaga asked about integrating WhatsApp Cloud API with Chatwoot. sojan_official explained the need for a bridge service for events and conversations, which drdaga agreed to try.
6
19mo
Automatically Starting a Conversation with Chat Widget
thinness2722 wants to create an auto-start chat conversation when the widget is opened. sojan_official suggests using webhooks. thinness2722 encounters a "continue conversation" issue and is awaiting a fix on GitHub issue #7217.
12
6mo
Sending a Message via Webhook with Node.js
asaanz_ was seeking to send a message with a webhook in Node.js. sojan_official advised using the `webwidget_triggered` webhook event to create the message.
2
9mo
Solved