CrmEvent

Create Event

POST
Create a new event

Headers

x-revert-api-tokenstringRequired
Your official API key for accessing revert apis.
x-revert-t-idstringRequired
The unique customer id used when the customer linked their account.
x-api-versionstringOptional
Optional Revert API version you're using. If missing we default to the latest version of the API.

Request

This endpoint expects an object.
additional
anyRequired

Any fields that are not unified yet/non-unifiable come inside this json object.

description
stringRequired
Description of the event/meeting.
endDateTime
stringRequired
Event end date time.
isAllDayEvent
booleanRequired

Is true if the event is an all day event.

location
stringRequired
The location of the event/meeting.
startDateTime
stringRequired
Event start date time.
subject
stringRequired
The Subject of the event/meeting in the CRM.
type
stringRequired
The type of the event in the CRM.
associations
objectOptional

Response

This endpoint returns an object
status
enum
Allowed values: okerror
message
string
result
any