- Workspace-scoped notification channels send emails when the selected events occur on jobs for all workflows in the workspace.
- Workflow-scoped notification channels send emails when the selected events occur on jobs for just the specified workflow.
| Event type | 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 |
The following 5-minute video shows how to use the Unstructured API to create and verify email notification channels:
Create the email channel
To create an email notification channel, use the Unstructured API:- For workspace-scoped channels, use Create notification channel.
- For workflow-scoped channels, use Create workflow notification channel.
cURL
cURL
Verify the email channel
Unstructured creates email notification channels in a disabled state, and they require verification before they can receive notifications. To verify a channel, use the Unstructured API:- For workspace-scoped channels, use Verify notification channel.
- For workflow-scoped channels, use Verify workflow notification channel.
- The channel ID, which is included in the response when you create the channel.
- The verification code, which is a six-digit code sent to the recipient email address when you create the channel.
204 No Content indicates that the channel is now verified and active.
The following example verifies a workspace-scoped email notification channel:
cURL
cURL

