data_map.webhooks
An array of objects that define external API calls.
An array of objects that accept the webhooks Parameters.
webhooks Parameters
The properties are processed in the following sequence:
foreachexpressionsoutput
Only applicable when multiple of these properties are set in your configuration.
A list of expressions to be evaluated upon matching.
See expressions for details.
A string or array of strings that represent the keys to be used for error handling.
The endpoint for the external service or API. Authentication can also be set in the url in the format of username:password@url.
Iterates over an array of objects and processes an output based on each element in the array. Works similarly to JavaScript's forEach method.
This accepts the foreach properties.
See foreach for details.
falseA boolean to determine if the input parameters should be passed as parameters.
An object of any necessary parameters for the API call. The key is the parameter name and the value is the parameter value.
A string or array of strings that represent the parameters that are required to make the webhook request.
Defines the response or action to be taken when the webhook is successfully triggered.
See output for details.