Skip to content

Instantly share code, notes, and snippets.

@ilkovich
Last active April 4, 2016 20:56
Show Gist options
  • Select an option

  • Save ilkovich/0a641a164ac0c55442ff0b1c5c1f9b05 to your computer and use it in GitHub Desktop.

Select an option

Save ilkovich/0a641a164ac0c55442ff0b1c5c1f9b05 to your computer and use it in GitHub Desktop.

Navigate: Zoho > Setup (top right, admin only) > Automation > Create Rule

  1. Use the following settings:
    • Module => Leads
    • Rule Trigger
      • Execute Based On => A record action (create).
  2. Click Next.
  3. Click Next Again.
  4. Click + next to call webhooks, and add an arbitrary name (e.g. "On Invite Requested")
  5. For URL to notify, use the Dexter 'request invite code' url from the use page:
  6. Choose Append Entity Parameters, with the following settings:

Parameter Name json

Value Description

{
  "id": "${Leads.Lead Id}",
  "email": "${Leads.Email}"
}
  1. Click Save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment