We’re currently exploring a switch to Brevo as our CRM, and while it integrates seamlessly with Shopify (which handles most of our customers), we have a unique challenge. Approximately eight of our largest customers are managed directly through our inventory management software, Unleashed, which does not integrate with Brevo. To ensure our sales team can work effectively, we need to sync ecommerce data from Unleashed to Brevo.
I’ve started building an API in Python to facilitate this integration, which we plan to host on our local server. However, as someone with limited coding experience, I’ve hit a roadblock. My primary challenge is identifying and mapping the correct record fields between Unleashed and Brevo.
Here’s where we stand:
- The API will need to pull ecommerce data (e.g., orders, customer details, inventory) from Unleashed and push it to Brevo.
- I’ve made some progress on the Python code but need help finalizing it, particularly with field mapping and ensuring the integration is robust.
- We have someone in-house who can assist with deploying the code to our server and testing it.
Any help would be greatly appreciated, especially all the fields mapped with their description!