Skip to main content

tuna and amoCRM

Step 1. Download the client

Инструкция доступна на странице.

Step 2. Run a server to process events from amoCRM

Information about the structure of incoming requests can be found in the official documentation.

Step 3. Run tuna

Specify your server port in the startup arguments:

tuna http 8080

Or with a static address:

tuna http 8080 --subdomain=amocrm-webhook

Step 4. Create a new Webhook

Check the instructions for adding a Webhook, for the "Website URL" value, specify the address received from tuna (for example, https://amocrm-webhook.ru.tuna.am) and the path to your server's method for processing events (for example, /event).