> For the complete documentation index, see [llms.txt](https://docs.ecwid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecwid.com/webhook-automations/webhook-automations-overview.md).

# Webhook automations overview

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart with a code:</strong></td><td><a href="/pages/qqWlb5MWaRpoXPpDIQmB">/pages/qqWlb5MWaRpoXPpDIQmB</a></td></tr><tr><td><strong>Connect webhooks</strong></td><td><a href="/pages/G4iHMLfwjYBYHZCh4EQK">/pages/G4iHMLfwjYBYHZCh4EQK</a></td></tr></tbody></table>

Ecwid webhooks are **automatic real-time notifications** for apps about different events in the store. Webhooks are always sent as **POST requests** from Ecwid API to your server when something happens in a store, allowing you to automate practically any business process.

To receive webhooks, you need a self-hosted endpoint working on your side called `webhookUrl`:

<figure><img src="/files/Bx0t2J3JgdStDwdSmtqJ" alt="" width="563"><figcaption></figcaption></figure>

Webhooks must be delivered as quickly as possible, so they only carry essential data about the event, for example, event details, store and item ID, timestamp, etc.

When you receive a webhook from Ecwid API, you must send back a confirmation to stop Ecwid API from sending it again.

### See also

[How to process webhooks](/webhook-automations/setup-webhooks/how-to-process-webhooks.md)

[Event data in webhooks](/webhook-automations/learn-ecwid-webhooks/event-data-in-webhooks.md)

[List of webhook events](/webhook-automations/learn-ecwid-webhooks/list-of-webhook-events.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ecwid.com/webhook-automations/webhook-automations-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
