List of all Welcome Series for a channel.
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'api.essential.to/v2/channel/3mesNha3El_vwtUUC-iW8Q/welcome_series/Ekex0KsnCYWEwTddoLl1hQ/items'
# Sample response
[
{
"name": "Legal Notice",
"body": "Welcome to [your service's name]. You can get help at any time by texting HELP. You can stop at any time by texting STOP. MSG & Data rates may apply.",
"media_urls": null,
"sequence_id": 0,
"created_at": "2017-08-16T18:21:48.000Z",
"updated_at": "2017-08-16T18:21:48.000Z",
"sid": "oA12fV39gMscVeUBQBSEzw",
"account_sid": "QsbrYCSo2m0sShMLOlZqtw",
"channel_sid": "3mesNha3El_vwtUUC-iW8Q"
},
{
"name": "Call To Action",
"body": "We are excited to have you with us in this voyage into the future of commerce!",
"media_urls": null,
"sequence_id": 1,
"created_at": "2017-08-16T18:21:48.000Z",
"updated_at": "2017-08-16T18:21:48.000Z",
"sid": "wewr-DRTP2bVSvTjHcLF4A",
"account_sid": "QsbrYCSo2m0sShMLOlZqtw",
"channel_sid": "3mesNha3El_vwtUUC-iW8Q"
},
{
"name": "Fourth message",
"body": "Updated message that will be sent to subscribers",
"media_urls": null,
"sequence_id": 3,
"created_at": "2017-08-16T18:24:14.000Z",
"updated_at": "2017-08-16T21:17:46.000Z",
"sid": "anXDxSK9m7pwvShHXaxKvg",
"account_sid": "QsbrYCSo2m0sShMLOlZqtw",
"channel_sid": "3mesNha3El_vwtUUC-iW8Q"
}
]
Python coming soon.
Node coming soon.