Create event for a lead
Create a lead event for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
lead_id
The Propexo unique identifier for the lead
event_type_id
The Propexo unique identifier for the event type
employee_id
The Propexo unique identifier for the employee
unit_id
The Propexo unique identifier for the unit. Only some PMS events use this, including “Show” and “Appointment”
event_datetime
The date when the event will occur
reasons_for_event
The reasons for the event
notes
Notes associated with the event
appointment_datetime
The date when the appointment will occur
time_from
time_to
title
The title associated with the event
event_name
The name or type of event
status
The status associated with the event
Allowed values:
agent_name
The name of the leasing agent associated with the event
Response
Successful response
job_id
The ID of the job created to handle this operation
data