Outgoing Webhooks
Last updated
Last updated
Outgoing webhooks are a simple way to send HTTP POST requests to external applications. They are like notifications, but the recipient is an external application URL instead of an email address, and the message is a JSON payload instead of a text or HTML body.
To create outgoing webhooks, use the SENDHTTPPOST workflow application, which you can use as a system action in your workflows.
WorkflowGen uses the SENDHTTPPOST workflow application (available as of version 6.6.0) to send HTTP POST requests to external applications using JSON or URLENCODED payloads. The SENDHTTPPOST application will then receive and process the response from the external API.
For more information on how the application works, see in the .
For samples of APIs that use SENDHTTPPOST, see the repository on GitHub.
For an example of how you can use SENDHTTPPOST to send messages to Slack channels from WorkflowGen, see on the .