Svix

Loop Webhook Event Types

This is the list of event types that we currently send.
For guidance on how to listen to these events, take a look at Svix's guide to consuming webhooks.

business-exception.created

An exception was created on an entity.

Example
JSON
{}

business-exception.deleted

An exception was deleted from an entity.

Example
JSON
{}

business-exception.reopened

An exception was reopened on an entity.

Example
JSON
{}

business-exception.resolved

An exception was resolved on an entity.

Example
JSON
{}

payable-invoice-review.completed

A payable invoice review was completed.

Example
JSON
{}

payable-invoice.shipment-job-linked

A payable invoice was linked to a shipment job.

Example
JSON
{}

payable-invoice.shipment-job-unlinked

A payable invoice was unlinked from a shipment job.

Example
JSON
{}

payment.completed

A payment was completed

Example
JSON
{}

payment.failed

A payment failed.

Example
JSON
{}

payment.initiated

A payment was initiated.

Example
JSON
{}

receivable-invoice.created

A receivable invoice was created.

Example
JSON
{}

receivable-invoice.finalized

A receivable invoice was finalized.

Example
JSON
{}

receivable-invoice.voided

A receivable invoice was voided.

Example
JSON
{}

shipment-job-artifact.assessed

A shipment job artifact was assessed.

Example
JSON
{}

shipment-job-artifact.assigned

A shipment job artifact was assigned.

Example
JSON
{}

shipment-job-artifact.unassessed

A shipment job artifact was unassessed.

Example
JSON
{}

shipment-job-artifact.unassigned

A shipment job artifact was unassigned.

Example
JSON
{}

test-event.created

Used for testing only.

Example
JSON
{}