⚠️ Enable webhook
messenger_post_webhook_v3Subscribe a public HTTPS URL to receive Avito messenger notifications for new messages. Avito will send POST requests to the specified URL.
Instructions
SUBSCRIBES the specified URL to webhook notifications (V3) about new messenger events — new messages in chats. Changes account settings: Avito will start sending POST requests to this URL. Requires a PUBLIC HTTPS address reachable from the internet — localhost does not work. You can check current subscriptions via messenger_get_subscriptions and disable them via messenger_post_webhook_unsubscribe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public HTTPS URL to which Avito will send messenger event notifications. | |
| dryRun | No | v0.7.0: if true — returns a preview of the HTTP request without calling the Avito API. Safe for inspecting exactly what would be done. Default: the value of AVITO_MCP_DRY_RUN_DEFAULT (usually false). | |
| idempotencyKey | No | v0.7.0: optional key for duplicate protection. A repeat call with the same key within AVITO_MCP_IDEMPOTENCY_TTL_SEC returns the cached result. The same key with different args returns a conflict error — this is safe by design. |