v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Contacts

Update multiple contacts

post/contacts/batch

Request body

Example request

{
  "contacts": [
    {
      "email": "elly@example.com",
      "id": 31,
      "sms": "+91xxxxxxxxxx",
      "ext_id": "UpdateExternalId",
      "attributes": {
        "EMAIL": "newemail@domain.com",
        "FNAME": "Ellie",
        "LNAME": "Roger"
      },
      "smsBlacklisted": true,
      "listIds": [
        65
      ],
      "unlinkListIds": [
        36
      ]
    }
  ]
}

Response

All contacts updated