Send Page Message
meta_send_page_messageSend a Facebook Page message to a user's existing conversation by providing page ID, recipient PSID, and text, valid within the 24-hour messaging window.
Instructions
Sends a message from a Facebook Page to a user (in an existing conversation).
Args:
page_id (string): Facebook Page ID
recipient_id (string): PSID (page-scoped user ID) of the recipient
message (string): Message text
Requires pages_messaging permission. Only works within the 24-hour messaging window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| page_id | Yes | ||
| recipient_id | Yes | Page-scoped user ID |