What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
... with a reminder 10 minutes before
m_ScheduleCall.put("Reminder","10 mins");
// not sure if this does anything. hopefully notifies the staff user
m_ScheduleCall.put("send_notification",true);
r_ScheduleCall ...
... runs the following deluge script:
// only run if true
if(input.Copy_Monday_to_the_Other_Days)
{
// init
c_Tuesday = Collection();
c_Wednesday = Collection();
c_Thursday = Collection();
...
... Map();
b_CreateProduct = true;
//
// I have a field called Shopify Product ID which stores the... um... shopify product id...
if(!isNull(input.Shopify_Product_ID))
{
m_Product.put("id",input.Shopify_Product_ID);
...
... it says
m_ShippingAddress.put("is_one_off_address",true);
m_ShippingAddress.put("is_update_customer",false);
// send the request via API (change connection name to your own)
r_UpdateSO = invokeurl
[
...
What?
This is an article to document how I got a client's eBay to notify the seller every time a buyer bought a fixed price item. This uses the Trading API even though I'm aiming for the Platform Notifications ...
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.