Get Contact Role name with id in Zoho CRM

PHOTO EMBED

Wed May 15 2024 16:39:39 GMT+0000 (Coordinated Universal Time)

Saved by @RehmatAli2024 #deluge

getRoles = invokeurl
	[
	url: "https://www.zohoapis.com/crm/v3/Contacts/roles/"+contact.get("Contact_Role")
	type: GET
	connection:"zoho_crm"
	];
	info getRoles;
	contact_role_name = getRoles.get("contact_roles").get(0).get("name");
content_copyCOPY