API version 2.0
Access API

Tasks

3min

The Task resource is the way to assign task to users linked to contacts or accounts in Salesmachine. Tasks can be retrieved individually or as a list.



Model

A task object contains the following fields

Attribute

Type

Description

object

string

Value is ‘task’

id

string

Salesmachine internal id representing the task

created_at

timestamp

The time (in seconds) the task was added to Salesmachine

type

string

Can be "todo", "call", "meeting'", "email"

status

string

Task can be 'open' or 'close'

subject 

string

Task subject

body

string

The Task content.

due_at

timestamp

Time at which this Task should be completed

completed_at

timestamp

Time of Task completion

account

object

The account linked to this task

contact

object

The contact linked to this task

assignee

object

Reference to the user to whom this task is assigned


JSON