Workflow Rule In API create Contact
Workflow Rule In API create Contact
Hi all, I have a Workflow Rule:
Executes the Workflow Rule when a new record is
created
OR an existing record is
edited
.
I create a contact in Zoho CRM's UI, It will run.
But when i create a same contact with my API :
https://crm.zoho.com/crm/private/json/Contacts/insertRecords
(i'm using PHP)
,it will not run.
Help me pls.