Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

suppressionList.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

Suppression List

This library provides easy access to the Suppression List Resource.

Note: All methods return promises and accept an optional last argument callback. Read about how we handle callbacks and promises.

Methods

  • list([parameters])
    List all entries in your suppression list, filtered by an optional set of search parameters.
  • get(email)
    Retrieve an entry by recipient email.
    • email - String email address to check required
  • upsert(listEntries)
    Insert or update one or many entries.
  • delete(email)
    Remove an entry by recipient email.
    • email - String email address to remove required

Examples

Visit our examples section to see all of our suppression list resource examples.