VibeAcademy Image Sender

Overview

This node sends an image to a user on a specified page using the VibeAcademy API. It is useful for automating the delivery of images to users in messaging or chatbot workflows, such as sending promotional images, user-specific content, or notifications with images.

Use Case Examples

  1. Sending a promotional image to a user who interacts with a chatbot on a Facebook page.
  2. Delivering a personalized image to a user based on their interaction history.

Properties

Name Meaning
Page ID The identifier of the page from which the image will be sent.
User PSID The Page-Scoped ID of the user who will receive the image.
Image URL The URL of the image to be sent to the user.
Access Token (Override) Optional access token to override the default credential token for authentication.

Output

JSON

  • json - Response from the VibeAcademy image sender API for each sent image request.

Dependencies

  • VibeAcademy API credentials (access token)

Troubleshooting

  • Ensure the Page ID and User PSID are correct and valid to avoid delivery failures.
  • Verify the Image URL is accessible and correctly formatted.
  • If using Access Token Override, ensure the token is valid and has the necessary permissions.
  • Common errors may include authentication failures if the access token is invalid or missing, or API request errors if the endpoint is unreachable or parameters are incorrect.

Links

Discussion