Assuming post is required, the following 84 results were found.
+ "/admin/api/" + v_ShopifyApiVersion.toString() + "/graphql.json"; r_GetProduct = invokeurl [ url :v_Endpoint type :POST parameters: m_GraphQl.toString() headers:m_Header ]; info r_GetProduct; Awesome! Now for the primary objective of this task, which...
A quick article on my adaptation of some code posted by Poorvik Palanikumar on the Zoho Community Forums to connect a ZohoCliq to the OpenAI API and ChatGPT... Note that I have another article for those who want to integrate ChatGPT with ZohoZIA. Why?...
} } r_CreatePaymentIntent = invokeurl [ url :v_PaymentIntentEndpoint type :POST parameters:m_Params headers:m_Headers ]; info "Payment Intent Create"; info r_CreatePaymentIntent; // v_CheckObject = ifnull(r_CreatePaymentIntent.get("object"),"-");...
r_Upload = invokeurl [ url :v_Endpoint type :POST files: f_CSVFile connection:"zcreator" ]; info r_Upload; Display new file name (optional) // // get updated document file (optional: integrity check) c_ExistingDocument = Document[ID ==...
m_Data.put("data", m_Params); r_WorkdriveFolder = invokeurl [ url :"https://www.zohoapis.com/workdrive/api/v1/files" type :POST parameters:m_Data.toString() headers:m_Header connection:"my_workdrive_connection" ];...
if (is_array($_GET)) $GotVars.=implode(",", $_GET).","; if (is_array($_POST)) $GotVars.=implode(",", $_POST).","; for($i=0;$i
go. Don’t rent a storefront yet. Go to people’s businesses/homes and do the repairs there. Ask local businesses if you can post a flyer in their window or on their cash wrap. Initially, charge a nominal fee…maybe something like $30/hour just to build up...
has not helped me in the past and I have found it easier to answer comments on the website (rather than managing moderators, posts/topics, and opening any other can of worms, etc). Either use the website to contact me or email me at info@joellipman.com....
without needing to redistribute or update this app. {youtube}fQD0xVEYDks{/youtube} Location: For location, type a city name, post code, zip code or any value that is understood by the api.openweathermap.org website. There are plans to shift this to...
// search weblinks as well Form attributes I have set these to the following: action = /index.php?option=com_search method = post role = search Issues Further searches do not include the same filters. This will be because the setting to display search...
the Creator app. formLinkName is the name of the Creator form. id is the Creator ID of the record. dataMap is the map() to post. connectionLinkName is the connection link obtained previously (as a string). For example: v_RecordID =...
); r_Associate = invokeUrl [ url: "https://www.zohoapis.eu/books/v3/invoices/mapwithorder" type: POST parameters: m_Params connection: "zbooks" ] m_Params = Map(); m_Params.put("line_items", ); m_Params.put("organization_id", ); r_Associate = invokeUrl...
+ "/attachment?organization_id=" + v_BooksOrgID; // // send the file r_AttachBooks = invokeurl [ url :v_AttachUrl type :POST files:r_FileDownload connection:"myconnector" ]; v_OutputMessage = v_OutputMessage + "File: " + v_FileInternalName.toString() +...
parameter if an employee can book longer than a month): // set criteria to search for clashing annual leave dates (pre/post 1 month check) l_SearchCriterias = List(); m_SearchCriteria = Map(); m_SearchCriteria.put("searchField","From");...
r_CreateTimeLog = invokeurl [ url :v_Url type :POST parameters:m_CreateTimeLog connection:"joels_connector" ]; info r_CreateTimeLog; Example #2: Pushing a time log defaulting to the current time as start time: // // init (from dropdowns you have made...
+ l_UrlParams.toString("&"); r_CreateShipment = invokeurl [ url :v_Url type :POST parameters:m_Params.toString() connection:"jl_inventory" ]; info "Created Shipment: "; info r_CreateShipment; if(r_CreateShipment.get("shipment_order") != null) {...
m_Params.put("data",m_Data); r_Permissions = invokeurl [ url :"https://www.zohoapis.eu/workdrive/api/v1/permissions" type :POST parameters:m_Params.toString() headers:m_Headers connection:"zworkdrive" ]; info "Workdrive Permissions:"; info...
here is that we are enhancing a quote builder form in Zoho Creator. The JS widget (aka the Quote Builder) will need to post a new quote to the system as well as show previous orders. How? We're going to use the Zoho Extension SDK. You should refer to my...
+ v_ShopifyID + "/admin/api/" + v_APIVersion + "/webhooks.json"; r_ShopifyOrderWebhook = invokeurl [ url :v_Endpoint type :POST parameters:m_Params.toString() headers:m_Header ]; } // // create inventory level update webhook...
[ url :"https://www.zohoapis.com/books/v3/estimates/" + v_EstimateID + "/status/accepted?organization_id=" + v_OrgId type :POST connection:"my_books_connection" ]; v_OutputResponse = "Thank you for accepting your quote! We'll be in touch soon to...