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
    • CRM 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
    • PMS APIs
    • CRM APIs
    • Download OpenAPI Spec
Dashboard
LogoLogo
CRM Generic APIsWebhooks

V 1 Webhooks Write Operation Failure

Payload
1{
2 "trigger": "WRITE_OPERATION_FAILURE",
3 "data": {
4 "event": "WRITE_OPERATION_FAILURE",
5 "integration_id": "string",
6 "vendor": "APPFOLIO",
7 "root_job_id": "string",
8 "write_status": "PARTIAL_SUCCESS",
9 "errors": [
10 "string"
11 ]
12 }
13}
Was this page helpful?
Previous

PMS APIs

Next
Built with

Payload

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

Response

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