Skip to main content

ABS File Trigger

The ABS File Trigger activity starts a workflow when a file event occurs in an Azure Blob Storage container.

Configuring the ABS File Trigger Activity

To configure the ABS File Trigger activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameOptionalSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
PathRequiredPath to the target location./users

Output

FieldRequiredData TypeDescriptionExample
MethodOptionalStringHTTP method used for the webhook. Typically POST is used for event delivery.
UriOptionalStringEndpoint URI where webhook requests are received. Supports path parameters {} and query parameters.
HeadersOptionalObjectStatic HTTP headers expected in the webhook request.
Additional HeadersOptionalArrayAdditional custom headers that must be validated.
Query ParamsOptionalObjectQuery parameters expected in the webhook URL.
Path ParamsOptionalObjectPath parameters replacing placeholders in the URI.
BodyOptionalObjectPayload containing Azure Event Grid events for Blob Storage.