"Send triggered message webhook" action node

How to configure "Send triggered message webhook" action in Advanced Flow Builder

Written By Ray Tang (Administrator)

Updated at June 5th, 2026

Send triggered message webhook 

⚠️ The "Send triggered message webhook" action will only be available for Premium and Enterprise plan users

 

The "Send triggered message webhook" action allows you to send data related to the customer's message that triggered their flow enrollment to an external system. 

Prerequisites for using this node are:

  • The trigger node is one of the following
    • Incoming message received
    • Outgoing message sent
    • Incoming message from Click-to-WhatsApp (CTWA) ad
  • The external system is able to receive incoming webhooks from SleekFlow

 

Set up "Send triggered message webhook " action node

  1. Click on the Send triggered message webhook action node to open up its form, which will appear on the right side of the screen

 

  1. The node form contains the following fields for you to configure in order for SleekFlow to send the webhook payload data of the triggered message to your external system:
  • Setup tab
    • URL: Input the webhook URL provided by the external system you want to send the data to
    • Header: Enable this to provide any additional data required by the webhook through the request header. Please refer to your external system's webhook documentation to see if any additional data needs to be passed through the request header of your webhook.
    • Preview payload: You see a sample of the contact payload and its parameters that would be sent to your external system’s webhook, the payload’s data structure will be in JSON syntax