Skip to main content
A Deal represents a sales opportunity or transaction in a CRM system. It contains information about the potential revenue, stage in the sales pipeline, and relationships to accounts and contacts. Deal objects are delivered within Sync Events under the unified field. You can download the JSON schema files here:
{
  "type": "Deal",
  "event": {
    "id": "006234567890ABC",
    "name": "Enterprise Platform License",
    "accountId": "001234567890ABC",
    "contactId": "003234567890ABC",
    "amount": 250000.00,
    "stage": "Negotiation",
    "probability": 75.0,
    "closeDate": "2025-03-31T23:59:59Z",
    "ownerId": "005234567890XYZ",
    "dealType": "New Business",
    "leadSource": "Referral",
    "description": "Annual enterprise license for 500 users",
    "isClosed": false,
    "isWon": false,
    "createdAt": "2024-11-15T09:00:00Z",
    "updatedAt": "2024-12-20T14:20:15Z"
  },
  "category": "CRM"
}

Properties

type
string
required
The type of the event. Always set to “Deal”.
event
object
required
The main deal data containing all deal information.
category
string
required
Category or classification of the deal event.