Avito Send Message icon

Avito Send Message

Overview

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

For example, you can use this node to send a product image directly to a user or a chat group identified by their IDs, streamlining communication workflows that require sharing photos.

Properties

Name Meaning
Token An authentication token used 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 will be sent.
Image The identifier of the image to be sent as a 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 and any relevant metadata returned by the API.

No binary data output is produced by this node.

Dependencies

  • Requires access to the Avito API via an API key or token.
  • The node depends on an external module (AvitoApi) which handles the actual API call to send the photo message.
  • Proper configuration of the token property with valid credentials is 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 required permissions.
  • Incorrect User Id or Chat Id: Providing invalid or non-existent user or chat identifiers will result in errors or no message delivery. Verify these IDs before running the node.
  • Image Not Found: If the image ID does not correspond to a valid image, the API may return an error. Confirm the image ID is correct and accessible.
  • API Errors: Network issues or API downtime can cause failures. Check connectivity and Avito service status if unexpected errors occur.

Links and References

Discussion