VibeAcademy Image Sender

Send images through VibeAcademy Edge function

Overview

This node, named 'VibeAcademy Image Sender', is designed to send images through a VibeAcademy Edge function. It is useful in scenarios where you need to programmatically send images to users on a platform that uses page IDs and user PSIDs, such as messaging or social media platforms. For example, it can be used to send promotional images or user-specific content images automatically.

Use Case Examples

  1. Sending a promotional image to a user on a Facebook page by specifying the page ID, user PSID, and image URL.
  2. Automatically sending a user-specific image after a certain trigger in a workflow.

Properties

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

Output

JSON

  • json - The JSON response from the VibeAcademy Edge function after sending the image.

Dependencies

  • Requires an API key credential named 'vibeAcademyApi' which provides an access token for authentication.

Troubleshooting

  • Ensure that the 'Page ID', 'User PSID', and 'Image URL' are correctly provided and valid; otherwise, the request may fail.
  • If the 'Access Token (Override)' is not provided, the node uses the access token from the 'vibeAcademyApi' credential; ensure this credential is correctly configured.
  • Common errors may include authentication failures if the access token is invalid or expired, or network errors if the VibeAcademy Edge function URL is unreachable.

Discussion