mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"url": "/contacts",
|
|
"method": "PATCH",
|
|
"body": {
|
|
"contacts": "{{add(emptyarray, parameters.contact_id)}}",
|
|
"remove_campaigns": "{{add(emptyarray, parameters.campaign_id)}}"
|
|
},
|
|
"response": {
|
|
"output": "{{ifempty(body.data.0, body)}}"
|
|
}
|
|
}
|