Website logo
⌘K
Introduction
Basic Overview
Automation Editor
Manual
Environments
API Editor
Pagination Within API
Design
Webhooks
Connections
Constants
Monitor Your Tasks
Webhooks Setup
Asana Webhook
Google Calendar Webhook
Microsoft Mail Webhook
Quickbooks Webhook
Slack V2 Webhook
Stripe Webhook
Square Webhook
Twitter Webhook
Xero Webhook
Zoom Webhook
Core APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
Security
Invite Users
Access Management
Account Management
Manage Account
Analytics
Request APIs
Request Provider
Docs powered by Archbee
Manual
Monitor Your Tasks

Error Handling Endpoint

1min

Pathfix accumulates errors for the hour and notifies the account owner by email. Sometimes errors need to be diagnosed by bots or further automations, or programmed to possibly alert specific parties. 

The new error handling feature allows you to specify an endpoint URL that the error request and response can be posted to.



Document image


The format of the post is as follows.

JSON
{
   "request":{...},
   "response":{...},
   "error":"ERROR.<detail>"
}


This can be caught by any webhook system or by another automation where you can further branch it off based on your error handling needs.

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Log Management
NEXT
Asana Webhook
Docs powered by Archbee
Docs powered by Archbee