Salesmachine API
Home
Product documentation
Search…
v2.0
Welcome to Salesmachine API
Tracking API
Authentication
Javascript tracking
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Notes
Activities
Tasks
Get a task
Create a task
Update a task
Delete task
List tasks
Users
Errors
HTTP Responses
Rate Limiting
Changelog
Powered By
GitBook
Create a task
post
https://data.salesmachine.io
/v2/tasks
Task
Query example
1
{
2
"subject"
:
"remember the milk"
,
3
"body"
:
"don't forget"
,
4
"status"
:
'open'
,
5
"account_id"
:
"6120e071155b81197607c557"
,
6
"contact_id"
:
"6120e071155b81197607c565"
,
7
"due_at"
:
1629544561
,
8
"user_id"
:
"6120e070155b81197607c507"
9
}
Copied!
Previous
Get a task
Next
Update a task
Last modified
8mo ago
Copy link
Contents
post
Task
Query example