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 in 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 or group chat on Avito, streamlining communication without manual intervention.

Properties

Name Meaning
Token The authentication token required to authorize API requests 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 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 authentication 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 and valid identifiers for user, chat, and image are necessary for successful execution.

Troubleshooting

  • Invalid Token or Authentication Failure: Ensure the token provided is correct and has not expired.
  • Incorrect User Id or Chat Id: Verify that the user and chat identifiers exist and are accessible with the given token.
  • Invalid Image Id: Confirm that the image ID corresponds to an existing image available for sending.
  • API Errors: If the API returns errors, check network connectivity and Avito service status.
  • Empty or Missing Parameters: All parameters must be provided; missing values may cause the request to fail.

Links and References

Discussion