http.receive event

The http.receive event is triggered when an HTTP client request (GET, POST, PUT and DELETE) is received. 

Parameters

Name
Type
Required
Descriptions
Method String Yes HTTP defines methods (sometimes referred to as verbs) to indicate the desired action to be performed on the identified resource. This action currently supports GET, POST, PUT, and DELETE methods.
URL String Yes The URL contains the endpoint URI (address) that will allow access to execute this trigger. For example: https://portal-dev.telit.com/trigger/xxx. Any data sent to this URL (using the correct method) will cause the corresponding trigger actions attached to this trigger event to execute.
Whitelist String List of IP addresses that are allowed to transmit data to the URL.
Redirect HTTP to HTTPS Boolean If false, will not redirect HTTP to HTTPS.

It is not possible to Cloning a Trigger with http.receive event due to fact that the URL (webhook secret) which is unique cannot be cloned.