Skip to main content

RAYNET CRM

Getting started with RAYNET CRM

To use any of the RAYNET CRM modules, you need to connect your RAYNET CRM account to Make. If you do not have a RAYNET CRM account yet, you can create one on the RAYNET CRM website.

Connect RAYNET CRM to Make

To connect your RAYNET CRM account to Make, follow the general instructions for Connecting to services. Connection setup requires the following information: Uživatelské jméno (email), API klíč and Název CRM.

Uživatelské jméno (email)

Uživatelské jméno (email) is the one you use to login to your RAYNET CRM instance.

API klíč

API klíč (API key) can be obtained in Nastavení > Pro vývojáře > API klíče:

61f27809e3b08.png
61f2780c161f9.png
61f2780db545f.png
61f2780f63be9.png

Název CRM

Název CRM (instance name) can be obtained in PODPORA -> O aplikaci RAYNET CRM:

61f27811263b6.png
61f278133eaae.png

Videotutorial

Videotutorial (Czech language): https://raynet.cz/blog/integromat-jak-na-to/

Tlačítka vlastních akcí (custom action buttons)

Custom action buttons can be used to execute your Make scenario from Raynet CRM. Follow the steps below for the setup:

  1. In Make, create a scenario you would like to launch when a custom action button is clicked on.

  2. Add Webhooks > Custom webhook trigger at the beginning of your scenario (see our online documentation on Webhooks for further details) and copy the webhook's URL:

    61f278151343e.png
  3. Add Webhooks > Webhook response module at the end of your scenario and configure it like this:

    Status: 200

    Body: {success: true}

    Custom headers:

    Key: Content-Type

    Value: application/json

    61f2781653441.png
  4. In Raynet CRM, click on "Nastavení" in the top-right corner:

    61f278179da05.png
  5. Click on "Tlačítka vlastních akcí" item in the bottom of the left side menu:

    61f27818a844e.png
  6. Click on "PŘIDAT VLASTNÍ TLAČÍTKO" button:

    61f27819a1976.png
  7. Configure the custom action button. Paste the webhook's URL copied in the 2nd step and append the following text to the URL: ?id={entityId} (see Raynet's online documentation on custom action buttons for the full list of available variables and further details):

    61f2781aa21be.png
  8. Save the settings.

  9. In Make, open your scenario, open the configuration of the Webhooks > Custom webhook module and click the "Re-determine data structure" button.

  10. In Raynet CRM, open the page you have added the button to (e.g. detail of Obchodní případ) and click your new custom action button:

    61f2781bd9d29.png
  11. In Make, open the configuration of the module following the Webhooks > Custom webhook. The id item (containing the value of the entityID variable) is now available for mapping into the module's fields:

Vytvořit nový záznam

If the Nová option for the Schůzka entity is selected in the Stav field, then fields Naplánování v kalendáři od and Naplánování v kalendáři do are not saved (when a value is entered).

61f2781cee109.png

If the Naplánovaná option for the Schůzka entity is selected in the Stav field, then fields Naplánování v kalendáři od and Naplánování v kalendáři must be filled, otherwise Nová is created.