Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 7.18 KB

File metadata and controls

18 lines (15 loc) · 7.18 KB

GetChannelEndpointResponseDto

Fields

Field Type Required Description Example
Identifier string ✔️ The unique identifier of the channel endpoint.
Channel GetChannelEndpointResponseDtoChannel ✔️ The channel type (email, sms, push, chat, etc.).
ProviderId GetChannelEndpointResponseDtoProviderId ✔️ 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
ConnectionIdentifier string ✔️ The identifier of the channel connection used for this endpoint. slack-connection-abc123
SubscriberId string ✔️ The subscriber ID to which the channel endpoint is linked subscriber-123
ContextKeys List<string> ✔️ The context of the channel connection [
"tenant:org-123",
"region:us-east-1"
]
Type GetChannelEndpointResponseDtoType ✔️ Type of channel endpoint slack_channel
Endpoint Endpoint ✔️ Endpoint data specific to the channel type
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.