Koala · Example Payload

Koala Account Batch Event Example

Sent to POST https://api2.getkoala.com/web/projects/{publicApiKey}/accounts/batch

B2BIntent DataBuyer SignalsLead RoutingSales IntelligenceVisitor IdentificationProduct-Led GrowthAccount Scoring

Koala Account Batch Event Example is an example object payload from Koala, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Send an account-level event for a company domain",
  "description": "Sent to POST https://api2.getkoala.com/web/projects/{publicApiKey}/accounts/batch",
  "value": {
    "domain": "getkoala.com",
    "events": [
      {
        "message_id": "event-uuid-1234",
        "type": "track",
        "event": "Workspace Created",
        "properties": {
          "workspace_id": "1234567890",
          "workspace_name": "Acme, Inc."
        },
        "sent_at": "2022-11-09T23:57:14.776Z"
      }
    ]
  }
}