WebhookEventErrorLogs
The API maintains an error log where errors are kept for 30 days. An error is logged when the maximum number of retries (5) have been made for an event, but the payload could not be delivered. The error log allows the error to be recovered and processed by the integration to make sure changes are not missed.
The error log can be queried, and will return the entire payload content, subject to the standard 500 record limit.
NOTE Integration developers can only access the error logs for callouts they themselves have created.
NOTE To keep the error log clean, you should delete any errors you have addressed.
Entity details
You can also retrieve this information with the The getEntityInfo() SOAP API call call (for the SOAP API) or with the EntityInformation call (for the REST API).
Entity Name: | WebhookEventErrorLog |
---|---|
Can Create: | |
Can Update: | |
Can Query: | |
Can Delete: | |
Can Have UDFs: |
Fields
Field Name Label and Description |
Datatype | Read Only | Is Required | Reference Name |
---|---|---|---|---|
AccountWebhookID |
integer | <EntityName>Webhook (SOAP API) | ||
ContactWebhookID |
integer | <EntityName>Webhook (SOAP API) | ||
CreateDateTime |
datetime | |||
ErrorMessage |
string (8000) | |||
id |
long | |||
Payload |
string (8000) | |||
SequenceNumber |
integer |