Notifications
Create a notification channel
Create a notification channel.
post/notification_channels
Request body
Example request
{
"channel_destination": "+13125550000",
"created_at": "2019-10-15T10:07:15.527Z",
"id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"notification_profile_id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"updated_at": "2019-10-15T10:07:15.527Z"
}Response
A Notification Channel response
Example response
{
"data": {
"channel_destination": "+13125550000",
"created_at": "2019-10-15T10:07:15.527Z",
"id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"notification_profile_id": "12455643-3cf1-4683-ad23-1cd32f7d5e0a",
"updated_at": "2019-10-15T10:07:15.527Z"
}
}