Skip to main content
PATCH
Update recipient

Description

Update a recipient where recipientId is the id of the recipient to be updated.

Body

where:
  • phone: Recipient phone.
  • email: Recipient email.
  • recipientListId: Recipient list id.
  • isUnsubscribed: Flag to prevent sending emails to the recipient.
  • values: Object indexed by column number with the recipient data.

Response

where:
  • phone: Recipient phone.
  • email: Recipient email.
  • recipientListId: Recipient list id.
  • isUnsubscribed: Flag to prevent sending emails to the recipient.
  • values: Object indexed by column number with the recipient data.
  • id: Recipient id.
  • recipientListId: Recipient list id.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Body

application/json

The body is of type object.

Response

Successful response