# Post To Facebook Action

This operation can automatically post a content to your chatbot facebook page. Content can be published directly or as unpublished to be later reviewed.

![](/files/-LgxADnn8VXJAWXsN7qz)

### Settings

The action uses the following settings:

| Setting             | Description                                                                                                                                                         | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| Post Text           | The text of the post that should be pushed to your [chatbot Facebook page](/basic-concepts/publishing/channels/facebook.md)                                         | :white\_check\_mark:                                 |
| Url                 | The url of your post, if any                                                                                                                                        | :white\_check\_mark:                                 |
| Publish Immediately | Enable this setting to make the post appear immediately on the page timeline. If disabled the post will be available for review in your Facebook page admin section | :no\_entry:                                          |

### Remarks

This action will post a full content to the Facebook page where your chatbot is hosted. To work, this action needs to be executed by a chatbot currently running as a [Facebook Messenger integration](/basic-concepts/publishing/channels/facebook.md).

All posts made by this action will have Connect as publisher.

Using this action you can easily create a chatbot that retrieves data from an [external source](/actions-and-operations/integration/xenioo.bots.actions.base.callapiserviceaction.md) or a [simple RSS feed](/actions-and-operations/integration/xenioo.bots.actions.base.rssfeedreaderaction.md) and post the results on your Facebook page.

### Trigger

This action does not trigger any event.

### 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              | **Not Available.** |

This action can be used only inside interactions and not as child of other actions. This action requires a [Premium Account](/basic-concepts/your-account/upgrading-from-free.md) to be used on a live chatbot.


---

# 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/integration/xenioo.bots.actions.base.integrations.facebookposttopageaction.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.
