Avito Send Message icon

Avito Send Message

Overview

This node sends a photo message through the Avito platform by using provided authentication and target identifiers. It is useful for automating the process of sending images to specific users or chats within Avito, such as for customer support, marketing campaigns, or notifications that require visual content.

For example, you can use this node to send a product image directly to a user’s chat on Avito after they inquire about an item, streamlining communication and improving user engagement.

Properties

Name Meaning
Token The authentication token required to authorize the API request to Avito.
User Id The identifier of the user who will receive the photo message.
Chat Id The identifier of the chat where the photo message should be sent.
Image The identifier of the image to be sent in the photo message.

Output

The node outputs a JSON array containing the response from the Avito API after attempting to send the photo message. This response typically includes details about the success or failure of the operation, such as message status or error information.

No binary data output is produced by this node.

Dependencies

  • Requires access to the Avito API via an API token.
  • The node depends on an external module (AvitoApi) which handles the actual API call to send the photo message.
  • Proper configuration of the API token and valid identifiers (user ID, chat ID, image ID) are necessary for successful execution.

Troubleshooting

  • Invalid Token or Authentication Failure: If the token is incorrect or expired, the API call will fail. Ensure the token is valid and has the necessary permissions.
  • Incorrect User Id or Chat Id: Providing invalid or non-existent user or chat IDs will result in errors or no message delivery. Verify these IDs before running the node.
  • Invalid Image Id: If the image ID does not correspond to an accessible image, the message will not be sent. Confirm the image exists and is correctly referenced.
  • API Errors: Network issues or API downtime may cause failures. Check connectivity and Avito service status if errors persist.

Links and References

Discussion