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

V 1 Webhooks Job Failure

Payload
1{
2 "trigger": "JOB_FAILURE",
3 "data": {
4 "job_id": "string",
5 "root_job_id": "string",
6 "integration_id": "string",
7 "job_type": "string",
8 "vendor": "APPFOLIO",
9 "event": "JOB_FAILURE"
10 }
11}
Was this page helpful?
Previous

V 1 Webhooks Write Operation Failure

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