How to Integrate Sendgrid to Zoho CRM

Опубликовано: 21 Май 2026
на канале: Wissenhub official
1,341
15

Welcome to Wissen-hub channel. We are an interactive e-learning platform with the mission of making tutorials and how-to videos accessible to everyone.
Subscribe to us to get more content
This tutorial will show you how to integrate Sendgrid Api to Zoho Crm
Suggest any tutorials you need in the comments and we will be happy to post a video.

Deluge Script Code:
getaccountrecord = zoho.crm.getRecordById("Contacts",ContactID);
info getaccountrecord;
getprimarycontactemail = getaccountrecord.get("Email");
info getprimarycontactemail;
getprimarycontactlastname = getaccountrecord.get("Last_Name");
info getprimarycontactlastname;
headerMap = Map();
headerMap.put("Authorization","Bearer ");
headerMap.put("Content-Type","application/json");
info headerMap;
param = {"personalizations":{{"to":{{"email":getprimarycontactemail,"name":getprimarycontactlastname}},"dynamic_template_data":{"verb":"","adjective":"","noun":"","currentDayofWeek":""},"subject":"Welcome to Wissenhub!"}},"from":{"email":"[email protected]","name":"support"},"reply_to":{"email":"[email protected]","name":"support"},"template_id":""};
sendmailing = invokeurl
[
url :"https://api.sendgrid.com/v3/mail/send"
type :POST
parameters:param.toString()
headers:headerMap
];
info sendmailing;

New videos will be added weekly from more awesome instructors, covering more topics.

Get in touch
Facebook-  / wissenhuboff.  .
Linkedin -  / wissenhub  
Whatsapp +91- 8639-346-161

Audio Credits
-----------------------
Tech Talk by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/...)
Artist: http://audionautix.com/

LIKE SHARE & SUBSCRIBE

Thank you for Watching.