Connecting the bot on the constructor

Below are instructions for connecting bots on various no-low-code platforms.

If your platform is not listed:

If your platform is not in the list, it doesn’t mean that connection is impossible. Follow these steps to connect the bot:

  1. Use automatic setup with the bot token. A test will be conducted, and if it is successful, you will be prompted to connect the bot.

  2. Check if your platform has a function for sending “raw” (Update) data to a specific HTTPS address (webhook). If this function is available, use the API connection method.

  3. Contact our service support and your platform’s support.

There are no technically complex restrictions on working with any platform. For our platform to work, it’s sufficient to receive data by any available method.

Platform connection instructions

If a platform is not listed, it doesn’t mean that it cannot be integrated.

We guarantee that on our side there will be no restrictions on working with any platform, but we cannot guarantee the platform’s operation. Any platform may, at its discretion, stop working with our service without prior notice.

Platforms that connect automatically

The platforms listed below do not require additional actions. Use automatic setup for connection:

  1. coze.com

  2. bothelp.io

  3. leadteh.ru

  4. manychat.com

  5. robochat.io

  6. manybot.io

  7. controllerbot.me

  8. chatme.ai

  9. livegram.io

  10. targethunter.ru

Platforms that can be connected via API

Transmitting additional events/conversions

puzzlebot.top

In Graspil, when connecting a bot, select the API method (if you didn’t initially choose this method, you can proceed with the following steps in the instructions, and the method will automatically change once the system starts receiving data).

Go to your platform’s dashboard and select the desired bot. Navigate to Settings -> Integrations -> Outgoing Requests

Set the URL: https://api.graspil.com/api/send-update

Check the option “Set header list” and add the following header:

Key: Api-Key

Value: insert your Graspil API key

Where to find the API key?

You can find the key in your Graspil dashboard, under My Bots. Select the relevant bot and click on the key icon; a window with the key will appear.

Attention!

After making all the changes, interact with the bot (e.g., send the /start command) so that Graspil receives the first data. Within a few minutes, the status of your bot will change to “connected.”

salebot.pro

In Graspil, when connecting a bot, select the API method (if you didn’t initially choose this method, you can proceed with the following steps in the instructions, and the method will automatically change once the system starts receiving data).

In SaleBot, select the desired project and go to the project settings. Find the Constants section and add the constant: save_webhook=1.

Go to the General Settings section and fill in the Webhook URL field:

Webhook URL: https://api.graspil.com/v1/send-update-salebot?api-key=replace_with_your_graspil_API_key

Where to find the API key?

You can find the key in your Graspil dashboard, under My Bots. Select the relevant bot and click on the key icon; a window with the key will appear.

Attention!

After making all the changes, interact with the bot (e.g., send the /start command) so that Graspil receives the first data. Within a few minutes, the status of your bot will change to “connected.”

If you want to send additional events to Graspil, such as “sale”, pay attention to the API section on sending target events. Often, platforms allow the setup of webhook sending upon specific events (e.g., a sale).

Last updated