Pipeline name for Sync configuration: deals
id
string
required

Unique identifier for the deal in Paragon

externalId
string
required

External identifier for the deal in the source integration

createdAt
string<date-time>
required

Timestamp of when the deal was created

updatedAt
string<date-time>
required

Timestamp of when the deal was last updated

amount
number
required

Monetary value/amount of the deal

Example:

50000

statusType
enum<string>
required

The type of status that the status field represents in the source CRM

Available options:
open,
closed_lost,
closed_won
status
string
required

Current status of the deal, as labeled by the source integration

Example:

"Proposal Sent"

accountId
string
required

External ID of the associated account in the source integration

ownerId
string
required

External ID of the User who is assigned as Owner in the source integration

closeDate
string<date>
required

Date when the deal was closed or expected to be closed

name
string

Name or title of the deal

Example:

"Enterprise Software License Deal"

description
string

Description of the deal

Example:

"Annual enterprise software license renewal for Q1 2024"

nextStep
string

Next step in the deal process

Example:

"Schedule demo with technical team"

probability
integer

Values from 0-100; 80 means 80% probability

Required range: 0 <= x <= 100
Example:

75

customFields
object

All other fields for the deal, synced as-is from the source integration