Add To List
GET {{baseUrl}}/lists/:address/members?address=<>&name=<>&subscribed=<>&upsert=<>&vars=<>
Adds a member to the mailing list.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
address | string | Email address to add to bounce list. | |
name | string | Mailing list name, e.g. Developers (optional) | |
subscribed | string | yes to add as subscribed (default), no as unsubscribed | |
upsert | string | yes to update member if present, no to raise error in case of a duplicate member (default) | |
vars | string | JSON-encoded dictionary string with arbitrary parameters, e.g. {gender:female,age:27} |