Skip to main content
WEBHOOK
connection.historical-sync-completed
{
  "connection_id": "connection_id",
  "data": {
    "oldest_data_date": "2021-01-01T00:00:00Z",
    "newest_data_date": "2021-01-01T00:00:00Z",
    "resource": "orders"
  },
  "event_type": "connection.historical-sync-completed",
  "integration_name": "integration_name",
  "integration_type": "general"
}

Body

application/json
connection_id
string
required
Example:

"connection_id"

data
object
required
event_type
string
required
Example:

"connection.historical-sync-completed"

integration_name
string
required
Example:

"integration_name"

integration_type
string
required
Example:

"general"

Response

200

Success

I