Using Workflows, I have set-up a CRM Webhook that successfully creates a new record in Creator every time a vendor is added in the CRM, using the following URL structure
- <code>2945</code>
- <message>INVALID_TICKET</message>
e.g.
What should the correct CRM Webhook URL structure be to update records in Creator?
Particularity how do you format the '
criteria' parameter to update Creator records where its field matches the CRM Vendor ID?
I have tried numerous URL variations of criteria =
(
Crt_Id
== "
${Vendors.Vendor Id
}
") but I just can't seem to get it working.
If anyone can point out where I am going wrong it would be greatly appreciated
Thanks!