Contact Links
Link Contact to Dispatch
Creates or updates an association between a dispatch and a contact list.
POST
/
dispatches
/
contacts
/
link
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
dispatchId
string
contactListId
string
isExcluded
boolean
Set to true to exclude this list from the dispatch.
Was this page helpful?