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 process new messages, notifications, or updates from Avito in real-time within an automation workflow.

Use Case Examples

  1. Trigger a workflow when a new message is received on Avito.
  2. Process and store incoming Avito notifications for further analysis or actions.

Output

JSON

  • test - A test property returned in the JSON output 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 trigger, ensure the webhook URL is correctly configured in Avito and accessible from the internet.
  • If authentication fails, verify that the Avito API credentials are correctly set up in the node's credentials configuration.
  • The node returns a simple JSON response with status 200 and a test property; if you expect different data, check the webhook payload and node implementation.

Discussion