# Webhooks

Last updated: May 14, 2025

{% hint style="info" %}
**Note:** In order to connect your receiving application to Smartrr, you will need the webhook url provided by that application. Please refer to that application’s help documentation regarding webhook urls.
{% endhint %}

### What are webhooks?

Webhooks are automated messages sent between apps when something happens. They are useful as standalone alerts or to use as triggers for another action. They contain a message – or payload – in the form of a url.

### How do you use webhooks in Smartrr?

Within the Smartrr app, navigate to **Integrations** under CONFIGURATION in the left-hand menu. Click **Add Webhook**.

<figure><img src="/files/yh3HLpXMmZAaeSzBPvKE" alt=""><figcaption></figcaption></figure>

You can link your webhooks to any of the following subscription events:

* Subscription activate&#x20;
* Subscription cancel
* Subscription create&#x20;
* Subscription failed payment
* Subscription gift
* Subscription pause
* Subscription send now&#x20;
* Subscription next send date
* Subscription skip&#x20;
* Subscription successful payment&#x20;
* Subscription un-skip
* Subscription upcoming order
* Payment method update

Within the field labeled **URL**, enter the url of the receiving application, then select which event you’d like your webhook to listen for.

<figure><img src="/files/nWqC59Uuq7BJ12lp3Ma3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://help.smartrr.com/docs/support/integrations/webhooks.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.
