If you want to create your own custom workflow

If you want to create your own custom workflow

Workflow: RingOutCustom


create custom function RingOutActionCustom
must have the following arguments: "recordId" and "module"



  • static text for module's value (in our case Leads no quotes "" necessary, just plain text Leads or Deals)

  • Map recordId to the desired module's record id (Leads.Lead Id as seen on screenshot)

    in the function paste the following code:

Notes
m = {"nameSpace":"ringcentralringoutautodialer"};
apikeyresp = zoho.crm.invokeConnector("crm.zapikey",m);
zapikey = apikeyresp.get("response");
resp = invokeurl
[
url :url
type :POST
parameters:({"module":module,"recordId":recordId}).toString()
];
info resp;
should look like this:



    • Related Articles

    • How to create your JWT token for the Ringout Extension

      Application Registration (1-6) & JWT Generation (7-8) Step 0 In case you already own an application, go to Step 5 and make sure: JWT auth flow is selected You don't issue refresh tokens Ring Out Scope is added to Security Step 1 Navigate to ...
    • RingCentral RingOut Auto Dialer Set Up Instructions

      Download the extension from the store Check both checkboxes 3. Choose the users and / profiles. 4. Authorize your JWT token 5. Click Step by Step Guide on your screen that will walk you through how to set this part up. You can also find it here. 6. ...