Add To List

GET {{baseUrl}}/lists/:address/members?address=<>&name=<>&subscribed=<>&upsert=<>&vars=<>

Adds a member to the mailing list.

Request Params

KeyDatatypeRequiredDescription
addressstringEmail address to add to bounce list.
namestringMailing list name, e.g. Developers (optional)
subscribedstringyes to add as subscribed (default), no as unsubscribed
upsertstringyes to update member if present, no to raise error in case of a duplicate member (default)
varsstringJSON-encoded dictionary string with arbitrary parameters, e.g. {gender:female,age:27}