How to use webhooks (Yuzap)
Webhooks are HTTP callbacks configured per account and triggered when certain events happen in Yuzap (e.g., message creation). It is possible to create multiple webhooks per account.
How to add a webhook


Payload example (message_created)
message_created)Payload objects (models)
Webhook events (Yuzap)
conversation_created — Conversation created
conversation_created — Conversation createdconversation_updated — Conversation updated
conversation_updated — Conversation updatedconversation_status_changed — Conversation status changed
conversation_status_changed — Conversation status changedmessage_created — Message created
message_created — Message createdmessage_updated — Message updated
message_updated — Message updatedwebwidget_triggered — Web widget opened
webwidget_triggered — Web widget openedconversation_typing_on — Typing started
conversation_typing_on — Typing startedconversation_typing_off — Typing stopped
conversation_typing_off — Typing stoppedBest practices
PreviousHow to bring your Dialogflow chatbot to YuzapNextHow to respond to Slack conversations (Yuzap)
Last updated