Merge · Example Payload

Crm Api Opportunity Example

Enterprise SaaS contract for Acme Corporation, 3-year deal.

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Crm Api Opportunity Example is an example object payload from Merge, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idremote_idnamedescriptionamountowneraccountstagestatusclose_datelast_activity_atremote_was_deletedcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": "d4e5f6a7-b8c9-0123-4567-890abcdef123",
  "remote_id": "OPP-50123",
  "name": "Acme Enterprise Deal",
  "description": "Enterprise SaaS contract for Acme Corporation, 3-year deal.",
  "amount": 100000,
  "owner": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "account": "0958cbc6-6040-430a-848e-aafacbadf4ae",
  "stage": "b1c2d3e4-f5a6-7890-1234-567890abcdef",
  "status": "OPEN",
  "close_date": "2026-06-30T00:00:00Z",
  "last_activity_at": "2026-04-10T16:45:00Z",
  "remote_was_deleted": false,
  "created_at": "2026-01-15T10:00:00Z",
  "modified_at": "2026-04-10T16:45:00Z"
}