/
Trigger a Webhook

Trigger a Webhook

In this example of execution of workflow we will use a Demo workflow with the following configurations:

  1. Basic Authentication

  2. HTTP Post

  3. Response When Finished

The Workflow takes 3 arguments, of type String, Boolean and integer32 Respectively.

As can be seen in the Response body, and because we chose the Response when finished, the workflow will produce as outputs 3 parameters, 2 of type Boolean, and 1 of type integer.

To trigger the Demo workflow we will use Postman following the steps:

  1. Fill the url field with the url Generated in the configuration Area;

  2. Fill in the Authentication information According to the Configuration Area;

  3. Fill the Request Body according to the Configuration Area;

 

By clicking Send, the webhook should should produce a response similar to the response body in the configuration area.

 

Related content

Create Webhook
Create Webhook
More like this
Webhook Logs
More like this
Activate/ Deactivate a webhook
Activate/ Deactivate a webhook
More like this