{
  "data": {
    "Id": "003gL000001pOUiQAM",
    "Fax": "+44 191 4956620",
    "Name": "Ashley James",
    "Email": "ajames@uog.com",
    "Phone": "+44 191 4956203",
    "Title": "VP, Finance",
    "OwnerId": "005gL000001Zc1pQAC",
    "LastName": "James",
    "Level__c": "Primary",
    "PhotoUrl": "/services/images/photo/003gL000001pOUiQAM",
    "AccountId": "001gL000003dyaCQAQ",
    "Birthdate": "1951-07-19",
    "FirstName": "Ashley",
    "Department": "Finance",
    "LeadSource": "Public Relations",
    "Salutation": "Ms."
  },
  "context": {
    "connection": {
      "id": "4e5ce7e7-4398-43d3-b6f3-bccfb0f91157",
      "authType": "OAuth2",
      "metadata": {
        "SalesforceConnectionMetadata": {
          "id": "https://login.salesforce.com/id/00DgL0000029MGHUA2/005gL000001pOHSQA2",
          "scopes": ["refresh_token", "id", "api"],
          "issuedAt": "1757013100167",
          "signature": "vaXjF1ZKvU8plKKzFTcK5N6cHG0MPwwUvv5mRUdYIMM=",
          "tokenType": "Bearer",
          "instanceUrl": "https://orgfarm-5aea5c338a-dev-ed.develop.my.salesforce.com"
        }
      },
      "createdAt": "2025-08-18T18:56:35.54313Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-09-04T19:11:40.294746Z",
      "integrationId": "eff2a543-b932-4d0b-844b-0b24e69f7064",
      "integrationUserId": "b31a770a-cfe1-4318-8d22-de5493bd5a54"
    },
    "integrationUser": {
      "id": "b31a770a-cfe1-4318-8d22-de5493bd5a54",
      "createdAt": "2025-08-14T22:57:35.757565Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-08-14T22:57:35.75757Z",
      "externalId": "julian@connectstrata.com"
    },
    "integration": {
      "id": "eff2a543-b932-4d0b-844b-0b24e69f7064",
      "serviceProviderId": "salesforce",
      "createdAt": "2025-08-14T22:57:35.757565Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-08-14T22:57:35.75757Z"
    }
  }
}
A Sync Event represents a single record from a data sync operation. It contains both the actual data payload from the source integration and contextual information about the Strata resources involved in the sync. You can download the JSON schema file here: sync-event.schema.json.
{
  "data": {
    "Id": "003gL000001pOUiQAM",
    "Fax": "+44 191 4956620",
    "Name": "Ashley James",
    "Email": "ajames@uog.com",
    "Phone": "+44 191 4956203",
    "Title": "VP, Finance",
    "OwnerId": "005gL000001Zc1pQAC",
    "LastName": "James",
    "Level__c": "Primary",
    "PhotoUrl": "/services/images/photo/003gL000001pOUiQAM",
    "AccountId": "001gL000003dyaCQAQ",
    "Birthdate": "1951-07-19",
    "FirstName": "Ashley",
    "Department": "Finance",
    "LeadSource": "Public Relations",
    "Salutation": "Ms."
  },
  "context": {
    "connection": {
      "id": "4e5ce7e7-4398-43d3-b6f3-bccfb0f91157",
      "authType": "OAuth2",
      "metadata": {
        "SalesforceConnectionMetadata": {
          "id": "https://login.salesforce.com/id/00DgL0000029MGHUA2/005gL000001pOHSQA2",
          "scopes": ["refresh_token", "id", "api"],
          "issuedAt": "1757013100167",
          "signature": "vaXjF1ZKvU8plKKzFTcK5N6cHG0MPwwUvv5mRUdYIMM=",
          "tokenType": "Bearer",
          "instanceUrl": "https://orgfarm-5aea5c338a-dev-ed.develop.my.salesforce.com"
        }
      },
      "createdAt": "2025-08-18T18:56:35.54313Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-09-04T19:11:40.294746Z",
      "integrationId": "eff2a543-b932-4d0b-844b-0b24e69f7064",
      "integrationUserId": "b31a770a-cfe1-4318-8d22-de5493bd5a54"
    },
    "integrationUser": {
      "id": "b31a770a-cfe1-4318-8d22-de5493bd5a54",
      "createdAt": "2025-08-14T22:57:35.757565Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-08-14T22:57:35.75757Z",
      "externalId": "julian@connectstrata.com"
    },
    "integration": {
      "id": "eff2a543-b932-4d0b-844b-0b24e69f7064",
      "serviceProviderId": "salesforce",
      "createdAt": "2025-08-14T22:57:35.757565Z",
      "projectId": "ed98f16d-a408-4fe2-9ecb-de0fe42692b3",
      "updatedAt": "2025-08-14T22:57:35.75757Z"
    }
  }
}

Properties

data
object
required
The main data payload from the source system.
The data field contains the raw data from the source system (e.g., Salesforce Contact, HubSpot Deal, etc.). The exact schema depends on the resource being synced.
context
object
required
Information about the Strata resources associated with the sync record.
unified
object
Unified schema version of the event.