Skip to main content

S3 File Trigger

The S3 File Trigger activity starts a workflow when a file event occurs in an Amazon S3 bucket.

info

This activity acts as a trigger and must be the first step in a workflow.

Configuring the S3 File Trigger Activity

To configure the S3 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 request. Typically POST is used for event delivery.
UriOptionalStringEndpoint URI where the webhook receives requests. Supports path parameters using {} and query parameters using ?key=value&key2=value2 format.
HeadersOptionalObjectStatic HTTP headers expected in the webhook request. Additional headers can be appended via configuration.
Additional HeadersOptionalArrayList of additional custom headers that must be validated in the webhook request.
Query ParamsOptionalObjectQuery parameters expected in the webhook request URL.
Path ParamsOptionalObjectDynamic path parameters that replace placeholders in the URI.
BodyOptionalObjectPayload received in the webhook request. This example models an AWS SNS-style event payload.