Automation > Webhooks
Webhooks
Webhooks allow you to respond to specific shop events using external services. By configuring webhooks, you can automate workflows, enhance your store's functionality, and integrate third-party applications effectively.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| webhooks | Get webhook endpoints | GET:webhooks.json |
| webhooksCrc | Manually perform CRC | POST:webhooks/crc.json |
| webhooksCreate | Create webhook endpoints | POST:webhooks.json |
| webhooksDelete | Delete webhook endpoints | DELETE:webhooks.json |
| webhooksEvents | Get webhook events | GET:webhooks/events.json |
| webhooksEventsPage | Get webhook events page | GET:webhooks/events/page.json |
| webhooksModify | Modify webhook endpoints | POST:webhooks.json |
| webhooksStatusPage | Get webhook event statuses page | GET:webhooks/status/page.json |
Types
| Types |
|---|
| Webhook |
| WebhookCreate |
| WebhookEvent |
| WebhookEventPage |
| WebhookEventStatusPage |
| WebhookModify |