Merge · JSON Structure

Crm Api Opportunity Structure

A sales opportunity or deal from a connected CRM system.

Type: object Properties: 14
IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Opportunity is a JSON Structure definition published by Merge, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id remote_id name description amount owner account stage status close_date last_activity_at remote_was_deleted created_at modified_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/merge/refs/heads/main/json-structure/crm-api-opportunity-structure.json",
  "name": "Opportunity",
  "description": "A sales opportunity or deal from a connected CRM system.",
  "type": "object",
  "properties": {
    "id": { "type": "uuid" },
    "remote_id": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "amount": { "type": "int32" },
    "owner": { "type": "uuid" },
    "account": { "type": "uuid" },
    "stage": { "type": "uuid" },
    "status": { "type": "string", "enum": ["OPEN", "WON", "LOST"] },
    "close_date": { "type": "datetime" },
    "last_activity_at": { "type": "datetime" },
    "remote_was_deleted": { "type": "boolean" },
    "created_at": { "type": "datetime" },
    "modified_at": { "type": "datetime" }
  }
}