Avito Handle Message icon

Avito Handle Message

Overview

This node is designed to handle incoming webhook messages from Avito, a popular online classifieds platform. It is useful for scenarios where you want to trigger workflows based on events or messages received from Avito via webhooks. For example, it can be used to automate responses, process incoming data, or integrate Avito messages into other systems.

Use Case Examples

  1. Trigger a workflow when a new message is received on Avito.
  2. Automatically process and store Avito message data in a database.
  3. Send notifications or alerts based on Avito webhook events.

Output

JSON

  • test - A test property returned in the JSON response to confirm webhook handling

Dependencies

  • Requires an API key credential for Avito (referred to as avitoCredentialsApi) to authenticate webhook requests.

Troubleshooting

  • If the webhook does not respond with status 200, check that the Avito API credentials are correctly configured and valid.
  • Ensure the webhook URL path (/sdfs) is correctly set in Avito's webhook settings to receive events.
  • Common errors may include authentication failures if the API key is missing or incorrect, resulting in no data being processed.

Discussion