Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
GET
Get all webhooks
POST
Create a webhook
GET
Get a webhook by ID
PUT
Update a webhook
DEL
Delete a webhook
POST
Create a webhook trigger
DEL
Delete a webhook trigger
Login
API Reference
Webhooks Configuration
Create a webhook
POST
https://
api.propexo.com
/
v1
/
webhooks
/
Create a webhook
Request
This endpoint expects an object.
url
string
Required
The url to send the webhook to
triggers
list of enums
Required
The events that will trigger the webhook
Show 6 enum values
headers
list of objects
Optional
Optional headers to send with the webhook
Show 2 properties
active
boolean
Optional
Whether the webhook is active
secret
string
Optional
The secret to use to sign the webhook payload. If you do not provide a secret, one will be generated for you.
model
enum
Optional
The model for the webhook trigger to monitor. Only applies to DATA_UPDATE and DATA_NEW triggers
Show 21 enum values
Response
This endpoint returns an object.
result
object
Show 9 properties
Errors
400
Bad Request
Built with