Automation: Add email(s) to distribution list
Availability
Available as of October 1st, 2021. Version 2.9.5
Protocol
POST
URL
https://api.helpmonks.com../v1/engage/campaign/list/email/add
Parameters
| Name | Required | Value | Comment |
|---|---|---|---|
| list_id | Yes | ID of the distribution list | String |
| Yes/No | Email address to add | String | |
| emails | Yes/No | An array of email addresses | Array |
| labels | No | An array of one or many label-ids to add to the contact record | Array |
Important Note
Add one or many email addresses to a distribution list.
Example
{
"list_id" : "934875p9o4j5p9095ul4k5j",
"email" : "[email protected]",
"labels" : [ "134375p9o2j5p9095ul4k5a" ]
}
or
{
"list_id" : "934875p9o4j5p9095ul4k5j",
"user_ids" : [ "[email protected]", "[email protected]" ],
"labels" : [ "134375p9o2j5p9095ul4k5a" ]
}