Overview of Webhook Actions
Webhooks effectively receive real-time updates and information within your custom service via straightforward HTTP POST requests. This system is designed around a "We'll call you" principle, which means that instead of constantly checking for updates, your service waits for Khoros Flow to notify it when an event occurs.
Whenever a specific event or action triggers a webhook, Khoros Flow automatically sends an HTTP POST request to your designated service endpoint. This POST request contains relevant data pertaining to the event, enabling your service to respond promptly and efficiently. Utilizing webhooks can streamline your operations and ensure your system reacts immediately to important changes or updates.
Getting Started
Use the Actions area to start creating a new webhook action.
Callback URL
The URL for your webhook has been provided. An example project is available to help you get started easily.
Verify token
This is a secret token we send along with each call for verification of the Khoros Flow service.
Updated 13 days ago