Opportunities

The task object contains information such as their opportunityName, opportunityDescription, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  remoteId: "0000000000000000000",
  opportunityName: "Opportunity"
  opportunityDescription: "Sample"
  amount: 1000.00
  opportunityOwner: "0000000000000000000",
  opportunityAccount: "0000000000000000000",
  opportunityStage: "0000000000000000000",
  opportunityStatus: "Active",
  lastActivityAt: "2022-11-16T19:55:59+08:00",
  closeDate: "2022-11-16",
  remoteCreatedAt: "2023-11-19T17:00:17.000Z",
  remoteUpdatedAt: "2023-11-19T17:00:17.000Z",
  remoteDeleted: false,
  createdAt: "2024-02-22T11:17:53.264Z",
  updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

A string representing the unique identifier of the opportunity item.


remoteIdString

The ID of the object in the third-party application.


opportunityNameString

The name or title of the sales opportunity.


opportunityDescriptionString

A detailed description of the sales opportunity.


amountNumber

The monetary value or revenue potential of the opportunity.


opportunityOwnerString

The name or identifier of the individual or team responsible for managing the opportunity.


opportunityAccountString

The name or identifier of the account associated with the opportunity.


opportunityStageString

The current stage of the sales process that the opportunity is in, such as 'Qualification', 'Proposal', etc.


opportunityStatusString

The current status of the opportunity, such as 'Active', 'Won', or 'Lost'.


lastActivityAtString

A timestamp indicating the last activity or interaction related to the opportunity.


closeDateString

The projected or actual date on which the opportunity will be or was closed.


remoteCreatedAtDateTime

The exact date and time when the record was first added or created in the third-party application.


remoteUpdatedAtDateTime

The latest date and time when any modifications or updates were made to the record's details in the third-party application.


remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.