latestOpenAPI 3.0.02026-08-10171532.2 KB

c6c3717d477d

Recipient

Update a recipient

put/recipients/{recipientId}

Request body

namestring

Name of the recipient. Primarely used for your reference, but acts as a fallback when you use the "name" placeholder

emailstring

Emailaddress of the recipient

mailinglistsstring[]

Example request

{
  "name": "John Doe",
  "email": "john@company.com",
  "filters": [
    {
      "id": "temp-key-234",
      "key": "Region",
      "value": "North"
    }
  ],
  "placeholders": [
    {
      "key": "name",
      "value": "John Doe"
    }
  ]
}

Response

successfully updated recipient