Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to get data from zoho crm to stateless form in zoho creator using webhook. How can i do that. Please help me.
如果我理解正确,您正在尝试获取 CRM 记录数据,然后打开一个无状态的 Creator 表单并使用 CRM 记录中的数据填充它。
以下是我过去的做法:
链接打开无状态表单并按照以下格式将 CRM 数据作为参数传递:
http://creator.zoho.com/{user name}/{application name}/#Form:{form name}?{field name}={default value}&{field name 2}={value 2}