Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node sends a message from a Facebook Page to a recipient using the recipient's Facebook ID. It is useful for automating communication on Facebook Pages, such as sending text messages to users who have interacted with the page. For example, it can be used to send customer support messages, promotional content, or notifications to page followers.

Use Case Examples

  1. Send a welcome message to a user who just liked the page.
  2. Send a notification message to a user about a new product or event.
  3. Automate responses to frequently asked questions by sending predefined messages.

Properties

Name Meaning
Page Id The Facebook Page ID from which the message will be sent. Required for sending messages from the page.
Recipient Id The Facebook ID of the recipient user who will receive the message. Required to specify the message recipient.
Text The text content of the message to be sent to the recipient. Required to specify the message body.
• Get Facebook Session: Notice with links and instructions related to Facebook session setup and usage recommendations.

Output

JSON

  • success - Indicates if the message was sent successfully (true/false).
  • message - The content or status message returned from the Facebook API after sending the message.
  • proxyConfigured - Boolean indicating if a proxy was configured for the request.
  • proxyUrl - The URL of the proxy used for the request, if any.

Dependencies

  • Requires Facebook API access with a valid Page access token for authentication.

Troubleshooting

  • Ensure the Page ID and Recipient ID are correct and valid Facebook IDs.
  • Make sure the Page access token has the necessary permissions to send messages.
  • Run the node locally or on a VPS in the same country as the Facebook account IP to avoid checkpoint issues.
  • Check for network or proxy configuration issues if the request fails.
  • Verify that the message text is not empty and complies with Facebook messaging policies.

Links

Discussion