mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"url": "/emails/{{parameters.email_account_id}}",
|
|
"method": "PATCH",
|
|
"body": {
|
|
"name": "{{parameters.name}}",
|
|
"campaign_limit": "{{parameters.campaign_limit}}",
|
|
"min_wait_time": "{{parameters.min_wait_time}}",
|
|
"reply_to": "{{parameters.reply_to}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|