Show a Welcome Series message
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'api.essential.to/v2/channel/3mesNha3El_vwtUUC-iW8R/welcome_series/Ekex0KsnCYWEwTddoLl1hQ/items/anXDxSK9m7pwvShHXaxKvg'
# Sample response
{
"name": "Third message",
"body": "This is the message that will be sent to subscribers",
"media_urls": null,
"sequence_id": 2,
"created_at": "2017-08-16T18:24:14.000Z",
"updated_at": "2017-08-16T18:24:14.000Z",
"sid": "anXDxSK9m7pwvShHXaxKvg",
"account_sid": "QsbrYCSo2m0sShMLOlZqtw",
"channel_sid": "3mesNha3El_vwtUUC-iW8Q"
}
Python coming soon.
Node coming soon.