Webhook Response
You can connect any of your app provides webhooks as trigger in FlowMattic. Some apps require custom data to be returned, while for some apps, you need to return the data from external API. With the webhooks response module, you can return data from any action step to your webhook app.
Version: 1.0
Supported triggers and actions in Webhook Response
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
Triggers
When this happens..
No triggers available.
Actions
Do this..
Set Webhook Response
Set the custom webhook response from the data in action steps
Workflow Examples
Workflow Name | Applications |
---|---|
When webhook data received with base64 encoded image, upload the image to WordPress and return the image URL in webhook response |
|
When webhook data received with email, get the user details by email from FluentCRM, return the user details to webhook response |
|
When webhook data received, call external API using API module, return the data from API to your webhook response |
|
When webhook data received, get subscriber details from MailPoet, and return it in the webhook response |
|