Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 5.4 KB

File metadata and controls

17 lines (14 loc) · 5.4 KB

GetChannelConnectionResponseDto

Fields

Field Type Required Description Example
Identifier string ✔️ The unique identifier of the channel endpoint.
Channel Models.Components.Channel ✔️ The channel type (email, sms, push, chat, etc.).
ProviderId ProviderId ✔️ The provider identifier (e.g., sendgrid, twilio, slack, etc.). slack
IntegrationIdentifier string ✔️ The identifier of the integration to use for this channel endpoint. slack-prod
SubscriberId string ✔️ The subscriber ID to which the channel connection is linked subscriber-123
ContextKeys List<string> ✔️ The context of the channel connection [
"tenant:org-123",
"region:us-east-1"
]
Workspace WorkspaceDto ✔️ N/A
Auth AuthDto ✔️ N/A
CreatedAt string ✔️ The timestamp indicating when the channel endpoint was created, in ISO 8601 format.
UpdatedAt string ✔️ The timestamp indicating when the channel endpoint was last updated, in ISO 8601 format.