Connection
Get Connection
GET
/
connection
Get details of a connection for a specific tenant.
This endpoint returns an object.
Connection
Get All Connections
GET
/
connection
/
all
Get details of all the connection for a specific account at Revert.
This endpoint returns a list of objects.
Connection
Create Webhook
POST
/
connection
/
webhook
Create a webhook endpoint that listens to a connection events of a specific tenant.
Company
Create Company
POST
/
crm
/
companies
Create a new company
This endpoint expects an object.
Company
Update Company
PATCH
/
crm
/
companies
/
:id
Update a company
This endpoint expects an object.
Contact
Create Contact
POST
/
crm
/
contacts
Create a new contact
Contact
Update Contact
PATCH
/
crm
/
contacts
/
:id
Update a contact
Deal
Create Deal
POST
/
crm
/
deals
Create a new deal
This endpoint expects an object.
Probability of the deal getting closed, a decimal number between 0 to 1 (inclusive).
Deal
Update Deal
PATCH
/
crm
/
deals
/
:id
Update a deal
This endpoint expects an object.
Probability of the deal getting closed, a decimal number between 0 to 1 (inclusive).
Event
Create Event
POST
/
crm
/
events
Create a new event
This endpoint expects an object.
Event
Update Event
PATCH
/
crm
/
events
/
:id
Update a event
This endpoint expects an object.
Lead
Create Lead
POST
/
crm
/
leads
Create a new lead
Lead
Update Lead
PATCH
/
crm
/
leads
/
:id
Update a lead
Note
Update Note
PATCH
/
crm
/
notes
/
:id
Update a note
Properties
Set Custom Properties
POST
/
crm
/
properties
/
:objectName
Set custom properties on an object for a given connection
Task
Create Task
POST
/
crm
/
tasks
Create a new task
This endpoint expects an object.
Task
Update Task
PATCH
/
crm
/
tasks
/
:id
Update a task
This endpoint expects an object.
User
Create User
POST
/
crm
/
users
Create a new user
Account
Update Account Credentials
POST
/
internal
/
account
/
credentials
Update account credentials (customer app token, secret, scope)
This endpoint returns an object.