Contact support:
Contact support
Select Language Русский English

    Integration via URL address

    You can add a ChatApp Dialog link to any external system — when clicked, it will open a chat with the client in a separate window or tab.

    To get a link to a specific dialog, in ChatApp Dialog click the field “Link to dialog”.

    Example of a dialog link with a client’s phone number:
    https://dialogs.pro/?crm[phones][0]=55ХХХХХХХХХХ&api[license_id]=30310&api[messenger_type]=grWhatsApp

    Link parameters:

    When opening ChatApp Dialog, the system will request a login and password. If you add the parameter api[access_token] to the link, you can log in without authorization.

    Available link parameters:

    If you open https://dialogs.pro/ without parameters, the ChatApp Dialog window will open without a selected chat.

    If you only add the parameter crm[phones][0], a window will open with a list of all available chats for this contact.

    To open a dialog in a separate tab without the chat list and other interface elements, add the parameter:

    isHideChatList=true

    Example in ZohoCRM

    You can add the link in any system. As an example, ZohoCRM is provided. In other CRM systems, implementation details may differ.

    1. Log in to your ZohoCRM workspace.
    2. Go to Settings.
    3. In the Customization section, select Modules and Fields.
    4. Select the entity where you want to embed ChatApp Dialog. For example, “Contacts”.
    5. Go to the Buttons section — Create new button.
    6. Fill in the button settings:

    When opening a link with a variable, the value will be automatically inserted into the parameter. For example, in the link:
    https://dialogs.pro/?crm[phones][0]=${Contacts.Phone}

    the variable “${Contacts.Phone}” will pull the phone number from the contact, and the correct chat will open in ChatApp Dialog.

    1. Click Save.

    Now, when opening a contact, the created button will be displayed.

    When clicked, a list of dialogs with the selected contact will open in ChatApp Dialog.