API
Update Contact (Pro)

Update Contact (Pro Feature)

Update a contact via patch to the /api/contacts/:id endpoint.

Example Response

{
 
  "data": {
    "id": "1177c188-4ebe-4380-81da-deb496ef4179",
    "email": "levi@example.com",
    "first_name": "Levi",
    "last_name": "00",
    "inserted_at": "2024-09-03T13:47:17Z",
    "updated_at": "2024-09-03T13:47:17Z"
  }
}

Body Parameters

ParamTypeRequiredNotes
emailstringnoThe contacts email. Will update associated recipient.
first_namestringnoThe contacts first name.
last_namestringnoThe contacts last name.

Path Parameters

ParamTypeRequiredNotes
iduuidyesThe contacts uuid

id (required)

type: uuid