http.receive event

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

Form

http.receive event

Parameters

Name

Type

Required

Description

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 URL (address) that will allow access to execute this trigger. 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.

Note:

You cannot clone a trigger using http.receive event because the URL (webhook secret) that is unique cannot be cloned.