Navigate: Zoho > Setup (top right, admin only) > Automation > Create Rule
- Use the following settings:
- Module => Leads
- Rule Trigger
- Execute Based On => A record action (create).
- Click Next.
- Click Next Again.
- Click
+next to call webhooks, and add an arbitrary name (e.g. "On Invite Requested") - For URL to notify, use the Dexter 'request invite code' url from the use page:
- Choose Append Entity Parameters, with the following settings:
Parameter Name
json
Value Description
{
"id": "${Leads.Lead Id}",
"email": "${Leads.Email}"
}- Click Save