For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
How It WorksKnowledge BaseOnboardingVideo TutorialsPMS GuidanceAPI ReferenceRelease Notes
    • Overview
    • PMS Generic APIs
        • POSTV 1 Webhooks Data New
        • POSTV 1 Webhooks Data Update
        • POSTV 1 Webhooks First Sync Complete
        • POSTV 1 Webhooks Sync Complete
        • POSTV 1 Webhooks Job Failure
        • POSTV 1 Webhooks Write Operation Failure
    • CRM Generic APIs
    • PMS APIs
    • CRM APIs
    • Download OpenAPI Spec
Dashboard
LogoLogo
PMS Generic APIsWebhooks

V 1 Webhooks Data Update

Payload
1{
2 "trigger": "DATA_UPDATE",
3 "data": {
4 "job_id": "string",
5 "root_job_id": "string",
6 "integration_id": "string",
7 "job_type": "string",
8 "vendor": "APPFOLIO",
9 "event": "DATA_UPDATE",
10 "record_id": "string",
11 "object": "accounting-entities",
12 "diff": {
13 "new": {},
14 "previous": {}
15 },
16 "context": {}
17 },
18 "meta": {
19 "object": "accounting-entities",
20 "integration_id": "string"
21 }
22}
Was this page helpful?
Previous

V 1 Webhooks First Sync Complete

Next
Built with

Payload

The payload of this webhook request is an object.
triggerenumRequired
Allowed values:
dataobjectRequired
metaobjectRequired

Response

200
Return a 200 status to indicate that the webhook was received successfully