Account created

Fires when a new user account was created.

Example target URL:

POST https://www.example.com/drillster/ACCOUNT_CREATED

Payload

A PUSH AccountCreatedEvent object.

Example

{
  "eventId": "ccb15000-a4cc-11ee-8c7b-f27c12d765c6",
  "eventType": "ACCOUNT_CREATED",
  "account": {
    "id": "_6SNK2JrIB69C0ZYUwIgdq",
    "name": "Bob",
    "emailAddress": "bob@example.com",
    "thirdPartyIds": [
      {
        "thirdParty": "EXAMPLE",
        "id": "abc123"
      }
    ],
    "organization": {
      "id": "LZUd9L8TGlAkKzaf3IEVGm"
    },
    "created": "2023-12-27T15:30:00.951Z"
  }
}