Get Sequences (Array)

This endpoint returns a JSON array of all sequences assigned multiple contacts

URL:

https://vortext.ca/vapi/1.0/

Method:

POST

Header Parameters

Authorization Basic [your API key]
(The API key can be found in the My Accouny area of the vorText App)
Action getSequences

JSON Parameters:

* = Required parameters

Parameter Value
id One or more Contact ID's of the user(s) that owns the sequence(s)

This option s used to return a JSON .

Example Request
POST https://vortext.ca/vapi/1.0/
-H "Authorization: Basic [your API key]"
-H "Action: getSequences"
-D { "id": "123,456,789" }
			

Response:

{ "sequences":[ { "Name":"Test Enrollment", "ID":"146", "tag":"Lead" },
{ "Name":"Prospects", "ID":"147", "tag":"Prospect" } ]}