... the Journey Builder feature). If "trigger" is not mentioned, the automation actions related to the API will get executed. Enter the trigger value as [] to not execute the workflows. [1]
To remove or delete ...
... statements; this is not true as the following counts 3 statements executed prior to the loop:
//
l_LoopInnerInner = " ".leftpad(5000);
l_LoopInner = l_LoopInnerInner.replaceAll(" ", ",");
l_Loop ...
... - Order Update
Trigger: Function executed when a webhook from Shopify is sent to ZohoCRM (Order Update)
Inputs: String crmAPIRequest
Outputs: String crmAPIResponse
Date Created: ...
... "Tickets" under "Module"
for the Rule Name, I called mine "Tickets - On Create or Edit"
Execute On: Create, Edit, Customer Reply
No Criteria
Under 4. Actions, I click on "All Actions" and select "Custom ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
What?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
... Ask ChatGPT - Context Handler Function
Trigger: Function executed in ZIA chat when "Ask ChatGPT" button is clicked
Purpose: This will query the OpenAI ChatGPT API but at the same time retain ...
What?
Another one of these articles talking about getting all the active product listings from eBay for a specific client.
Why?
Our use-case scenario here is that we want to get an inventory ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... -
Trigger: Standalone function triggered on execute
Purpose: Loops through all candidates and creates records referring to the Candidate Ref and Job Opening
Date Created: 2023-02-02 ...
... the function this worked as expected. Now put it on a workflow where the settings were:
When an invoice is "Created or Edited"
Execute the workflow when "When any field is updated"
Filter the triggers ...
... quick parsing instruction to get the eBay photos; this snippet stores the URL of each picture in a list variable:
l_Pictures = x_MainNode.executeXPath("//Item/PictureDetails/PictureURL/text()").toXmlList();
/ ...
... Another REST API CRM function which generates an eBay Access Token for me
r_Response = getUrl("https://www.zohoapis.eu/crm/v2/functions/fn_ebay_getaccesstoken/actions/execute?auth_type=apikey&zapikey=1003.");
if(!isnull(r_Response.toMap().get("details")))
{
if(!isnull(r_Response.toMap().get("details").get("output")))
{
v_AccessToke ...
... *******************************************************************************
Function: fn_Validate_LeadStatusChange
Trigger: Function executed when a record is changed
Inputs: ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... to go to the CRM record, click on Mail Merge, which opens Writer, then has to click on various settings and run the Mail Merge; then has to click on "execute function after merge" and select the function ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.