Edit Variable
PUT {{yourAccountUrl}}/api/3/personalizations/:variableID
Request Body
{"personalization"=>{"tag"=>"brand new tag 1", "name"=>"brand new name 1", "format"=>"html", "content"=>"<meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Hello World</title>\n<h1>Hello, World!!!</h1>", "listids"=>"2,3"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | Your ActiveCampaign API Token |