> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/crm-marketing/webhook-guide/use-cases.md).

# Webhook Use Cases

If you're not sure where to start with webhook CRM Marketing, refer to these various use cases.\
We'll show you examples you can use across various customer journey stages.

Using Hackle's cohort and targeting features, you can send personalized webhook messages and run customized campaigns for each customer.

By leveraging customer data, you can understand their interests and preferences, and send personalized messages based on that data.\
Use the use cases below to send personalized messages to users.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Send Slack Messages</strong></td><td align="center">Learn how to automate Slack messages<br>to be delivered at the desired time.</td><td><a href="/files/YhYXw6XdV33SfCtzKJxc">/files/YhYXw6XdV33SfCtzKJxc</a></td><td><a href="/pages/wSqz1pH6PJcKMBDcM1ia">/pages/wSqz1pH6PJcKMBDcM1ia</a></td></tr><tr><td align="center"><strong>Send Emails</strong></td><td align="center">Learn how to send event-based<br>personalized emails.</td><td><a href="/files/2I49OdGaEvW8xpVwPI1b">/files/2I49OdGaEvW8xpVwPI1b</a></td><td><a href="/pages/4xLFn4izlV5G0pYgTKK6">/pages/4xLFn4izlV5G0pYgTKK6</a></td></tr><tr><td align="center"><strong>Build a Push Notification Inbox</strong></td><td align="center">Learn how to easily implement<br>a push notification inbox.</td><td><a href="/files/W0YWb6xbFULihYEdZCOB">/files/W0YWb6xbFULihYEdZCOB</a></td><td><a href="/pages/zphuh3DQ9Asrm5EE6pqY">/pages/zphuh3DQ9Asrm5EE6pqY</a></td></tr><tr><td align="center"><strong>Issue Discount Coupons</strong></td><td align="center">Learn how to automate business logic<br>based on cohorts.</td><td><a href="/files/4y1TCmz7Bfew03CjOBFC">/files/4y1TCmz7Bfew03CjOBFC</a></td><td><a href="/pages/1FyihKQZ8p4Sf6I1xuL6">/pages/1FyihKQZ8p4Sf6I1xuL6</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/en/crm-marketing/webhook-guide/use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
