Workflow
Create workflow notification channel
Create a new delivery channel for receiving platform event notifications scoped to the specified workflow.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The unique identifier of the workflow.
Body
Channel type:
webhook or email.Event types to subscribe to.
| Value | Description |
|---|---|
job.scheduled | Job queued to run |
job.in_progress | Job has started |
job.completed | Job finished processing |
job.stopped | Job has stopped |
job.failed | Job failed to initialize without processing any files |
Channel description. Maximum 255 characters.
Whether the channel is active. Default:
true.Webhook endpoint URL. Must use HTTPS. Required when
channel_type is webhook.Signing secret for verifying incoming webhook requests. Must be between 24 and 75 bytes (24 to 75 ASCII characters). Applies when
channel_type is webhook.Use this secret to verify incoming webhook requests. If you do not provide a secret, you cannot use secret-based verification for incoming webhook requests.The secret is write-only and is not returned by the API after creation. To change it later, use the update workflow notification channel endpoint instead.
Email delivery configuration. Required when
channel_type is email.| Value | Required | Description |
|---|---|---|
recipient_email | yes | Email address to deliver notifications to. |
reply_to | Email address set as the reply-to header in notification emails. | |
cc | Additional email addresses to copy on notification emails. Array of strings. |
Response
Unique identifier for the channel.
Channel type:
webhook or email.Subscribed event types.
Whether the channel is active.
ISO 8601 timestamp when the channel was created.
ISO 8601 timestamp when the channel was last updated.
Channel description.
Webhook endpoint URL. Present when
channel_type is webhook.Email delivery configuration. Present when
channel_type is email.
