- 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.
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

