Hi everyone.
I just would like to inquire if anyone knows if it is possible to import data to SugarCRM via Sugar Web Logic Hooks?
For example:
WooCommerce to SugarCRM
If not, is there any alternative available (aside from Zapier)
Hi everyone.
I just would like to inquire if anyone knows if it is possible to import data to SugarCRM via Sugar Web Logic Hooks?
For example:
WooCommerce to SugarCRM
If not, is there any alternative available (aside from Zapier)
Does WooCommerce allow you to subscribe to its webhooks?
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
It's possible with a 3rd party plugin that export order data. Tried it and was able to send data to Google Sheet via Webhook on WooCommerce.
Actually it's more like an HTTP POST.
Can you drop an example of it here?
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
Can you drop an example of it here?
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
I might have misread your message in regard to the subscription.
The setup process is we use Integromat's Webhook URL (Webhooks – Integromat Support)
Then on the 3rd Party Plugin, we load the Webhook URL of Integromat to capture order data via POST.
Once the data structure and IP restriction is set. The captured data from WooCommerce (via 3rd Party Plugin that export order data) > Integromat can now be sent to other apps.
However, I can send the data to Google Sheet and other applications, but I'm not sure how to send the data to SugarCRM.