The HTTP Trigger connector lets you create a webhook URL to perform hypertext transfer protocol (HTTP) GET/POST requests. So, when a user makes an HTTP GET/POST request to the configured webhook URL, the associated action is performed.
Perform the following steps to configure the HTTP Trigger Connector:



Note: When Secure HTTP trigger is enabled, you can only execute URLs with the key secret pair.
You will find the applicable input “URL.” This URL will be the webhook URL that you can use to see the automation working. Click Test Trigger.
Note: You can update the configuration of a configured HTTP Trigger with the same URL.
You should be able to see the output as follows:
Note: The output doesn’t appear because we haven’t tested the Trigger URL yet.
Next, to try if the trigger is working real-time, perform the following steps:
Note: You can also test the trigger in HTTP client by passing the key: secret pair in the Header section.
Note: After successfully configuring a trigger, if you re-configure any other trigger you will be prompted to revert to the previously configured trigger. You can revert back to the last trigger configurations by clicking the Revert Changes button.
This completes your step of configuring your HTTP trigger.