Show a Welcome Series
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'api.essential.to/v2/channel/3mesNha3El_vwtUUC-iW8R/welcome_series/LV-6TOPByeGAQQcGXNoHxB'
# 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"
]
}
Python coming soon.
Node coming soon.