Assuming crmapirequest is required, the following 9 results were found.
- Order Update Trigger: Function executed when a webhook from Shopify is sent to ZohoCRM (Order Update) Inputs: String crmAPIRequest Outputs: String crmAPIResponse Date Created: 2022-01-17 (Joel Lipman) - Initial release - Forwards webhook to Zoho...
Suspect Survey - Webhook" with internal name as fn_SubmitSuspectSurvey_Webhook and the parameter is a string called crmAPIRequest Give it the following code: string standalone.fn_SubmitSuspectSurvey_Webhook(String crmAPIRequest) { /*...
Xero and parse these into data for invoices and contacts. Category: Standalone Click on Create Give it the parameter: crmAPIRequest (string) Dump in the following code: // enter the webhooks key for your app (in Xero under Manage App > Webhooks)...
for the eBay challenge. Here's my function in full as a webhook: string standalone.fn_eBay_AlertNotification(String crmAPIRequest) { /* ******************************************************************************* Function: string...
you the real Zoho Deluge function here as it would use my credentials but what you need to know is that it is passed the crmAPIRequest (string) variable and that the function itself had to have API Key and OAuth enabled (hover over function in CRM setup...
Function: String fn_ZohoSign_DocumentCompleted(string crmAPIRequest) Label: Fn - ZohoSign - Document Completed Trigger: Webhook when ZohoSign sees a completed document Purpose: This function is used as a webhook when ZohoSign detects a document has been...
Update Specify the Category, I'm going to say Standalone Specify the Function parameters/Arguments EXACTLY as this: crmAPIRequest of data type string. IMPORTANT! It won't work if you don't include this parameter. For the code of the function this is...
display name, I'll give it "eBay - Webhook - Order Notification" Set the Category to "Standalone" Set the parameters to crmAPIRequest (string) Give it the following code, though you will need to replace the AppOwner, AppName, FormName and connection...
Function: fn_Validate_LeadStatusChange Trigger: Function executed when a record is changed Inputs: String crmAPIRequest Outputs: output message to user Date Created: 2022-02-11 (JoelLipman.com - Joel Lipman) - Initial release - Checks the user profile...