Salesflare · Example Payload

Salesflare Task Example

Follow up call with Jane Smith

CRMSalesB2BContactsAccountsOpportunitiesEmailAutomationLead Generation

Salesflare Task Example is an example object payload from Salesflare, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptiondue_dateassigned_toaccountcontactopportunitydoneremindercreation_date

Example Payload

Raw ↑
{
  "id": 200,
  "description": "Follow up call with Jane Smith",
  "due_date": "2024-06-15T10:00:00.000Z",
  "assigned_to": 42,
  "account": 1,
  "contact": 101,
  "opportunity": 55,
  "done": false,
  "reminder": "2024-06-14T09:00:00.000Z",
  "creation_date": "2024-06-10T13:00:00.000Z"
}