Update A Sequences

This endpoint allows you to update a sequence

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 The ID of the sequence
name Sequence Name
tag Tag
Active Y or N

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: updateSequence"
-D { "id": "12334567", "name":"New Prospect", "tag":"Prospect", "Active":"Y/N" }
			

Response:

{ "success":"OK"}