URL:
Method:
HTTP Header Parameters:
* = Required parameters
Parameter | Value |
* action | addtag |
* authorization | Basic [YOUR API KEY] |
JSON Parameters:
* = Required parameters
Parameter | Value |
tag | My Tag |
Contacts email address |
You may assign the user to the desired list(s) by including the "list" parameter. In addition, you may include any other custom fields that you may have added.
Example Request |
POST https://vortext.ca/vapi/1.0/ -H "Authorization: Basic [your API key]" -H "Action: addTag" -D { "tag":"My Tag", "email":"Contacts email address" } |
Response: