Contact create payload

{
  "properties": {
    "email": "jamie@example.com",
    "firstname": "Jamie",
    "lastname": "Lee",
    "phone": "+15555550123",
    "company": "Acme",
    "lifecyclestage": "lead"
  }
}

E2E requirement

  • Create a private app token with contact write scope.
  • Send an InstaChime test webhook through a HubSpot bridge.
  • Verify contact creation or update in HubSpot.
  • Save the HubSpot contact ID in the delivery response for audit.

Official references