createWebhook
Subscribe to Lofty CRM events by specifying an event type and HTTPS callback URL to receive batched webhook payloads for real-time integrations.
Instructions
Subscribe to a Lofty webhook event. Event types (listId): 1=Agent Info, 2=Lead Info, 3=Lead Activity, 4=Listing Alert, 5=Transaction, 6=Call, 7=Email, 8=Text, 9=Note, 10=Task, 11=Appointment, 12=Pipeline Change. callbackUrl must be HTTPS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Event type ID (1-12) | |
| callbackUrl | Yes | HTTPS URL to receive webhook payloads | |
| limit | No | Maximum events per batch (default 100) |