Skip to main content

data_map.webhooks

An array of objects that define external API calls.

NameTypeDefaultDescription
webhooksRequiredobject[]-An array of objects that accept the webhooks Parameters.

webhooks Parameters

NameTypeDefaultsDescription
expressionsOptionalobject-A list of expressions to be evaluated upon matching.
urlRequiredstring-The endpoint for the external service or API.
headersOptionalobject-Any necessary headers for the API call.
methodRequiredstring-The HTTP method (GET, POST, etc.) for the API call.
outputRequiredobject-Defines the response or action to be taken when the webhook is successfully triggered.