# One-Time Notification Request Action

This action will display a one-time notification request to the user.

![](/files/-MNP0cvu0Qc8kdtF910s)

### Settings

The action uses the following settings:

| Setting | Description                                                | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------- | ---------------------------------------------------------- | ---------------------------------------------------- |
| Title   | The text of the request that will be displayed to the user | :white\_check\_mark:                                 |

### Remarks

One-time notification requests are mandatory on [Facebook ](/basic-concepts/publishing/channels/facebook.md)if you want to follow-up your user with a message outside of the 24 hours window. Please refer to [Facebook official documents](https://developers.facebook.com/docs/messenger-platform/send-messages/one-time-notification) to know ho to enable the one-time flag for your page.&#x20;

{% hint style="info" %}
This action is not blocking. This means that the user is still able to type/chat instead of accepting your request.
{% endhint %}

### Trigger

On User Accept. This action will trigger any child operation as soon as the user accepts your notification request.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability       |
| ---------------- | ------------------ |
| Facebook         | Fully Available    |
| WhatsApp         | **Not Available.** |
| Telegram         | **Not Available.** |
| Web              | **Not Available.** |
| Alexa            | **Not Available.** |
| Google Assistant | **Not Available.** |
| Slack            | **Not Available.** |
| API              | Fully Available    |

This action can be used both inside interactions and as child of other actions. At least a [Starter level plan](/basic-concepts/your-account/upgrading-from-free.md) is required to use this action.


---

# 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://docs.mylinkconnect.com/actions-and-operations/cards/one-time-notification-request-action.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.
