Skip to main content
WEBHOOK
contact.updated
{
  "event": {
    "id": "<string>",
    "type": "<unknown>",
    "api_version": "2025-09",
    "created_at": "2023-11-07T05:31:56Z",
    "data": {
      "contact": {
        "id": "<string>",
        "address": "<unknown>",
        "email": "jsmith@example.com",
        "full_name": "<string>",
        "marketing_source": "used_before",
        "phone_number": "<string>",
        "source": "pre_open",
        "tax_id": "<string>",
        "company_registration_number": "<string>",
        "type": "domestic",
        "use_case": "business_needs",
        "metadata": {},
        "stripe_customer_id": "<string>",
        "tenancies_count": 123,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    },
    "meta": {
      "curies": "<unknown>"
    }
  }
}

Body

application/json

Contact Updated Webhook Body

event
object

Response

Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.