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-iW8R/welcome_series'
# Sample response
[
{
"sequence": 1,
"created_at": "2017-07-08T06:36:35.000Z",
"updated_at": "2017-08-08T18:50:57.000Z",
"sid": "LV-6TOPByeGAQQcGXNoHxB",
"channel_sid": "3mesNha3El_vwtUUC-iW8R",
"tag_sids": [
],
"name": "New Welcome Series-1",
"status": "enabled",
"item_sids": [
"hcsTWMh2mBac0xJlua5phh",
"2RXQDUSt06iN-2Pe73kSmB"
]
},
{
"sequence": 0,
"created_at": "2017-07-08T03:59:20.000Z",
"updated_at": "2017-07-08T03:59:20.000Z",
"sid": "lYpW4kwdnrlVhpIrnmBahh",
"channel_sid": "3mesNha3El_vwtUUC-iW8R",
"tag_sids": [
],
"name": "Welcome Series",
"status": "enabled",
"item_sids": [
"L0B2pUtF05DJJbQgvwUyVx",
"oKcWOF3_sHvwprADU99UFR"
]
}
]
Python coming soon.
Node coming soon.