Skip to main content
GET

Path parameters

workflow_id
string
required
The unique identifier of the workflow.
channel_id
string
required
The unique identifier of the notification channel.

Response

id
string
required
Unique identifier for the channel.
channel_type
string
required
Channel type: webhook or email.For more information, see Webhooks and Email notifications.
event_types
array
required
Subscribed event types.
enabled
boolean
required
Whether the channel is active.
created_at
string
required
ISO 8601 timestamp when the channel was created.
updated_at
string
required
ISO 8601 timestamp when the channel was last updated.
description
string
Channel description.
url
string
Webhook endpoint URL. Present when channel_type is webhook.
email_config
object
Email delivery configuration. Present when channel_type is email.