Set Page Instant Reply
meta_set_instant_replyAutomatically reply to incoming Facebook Page messages by setting an instant reply message. Configure the message text and enable or disable the feature.
Instructions
Sets the instant reply message for a Facebook Page. This is the automatic message sent immediately when someone messages the page.
Requires: meta_list_pages called first to load page tokens.
Args:
page_id (string): Facebook Page ID
message (string): The instant reply message text
enabled (boolean, default true): Whether instant reply is enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Facebook Page ID | |
| message | Yes | Instant reply message text | |
| enabled | No | Enable or disable instant reply | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |