Webflow CMS connect to external API

Hi all,

I have a product on my Webflow e-commerce in a CMS collection and an external company deals with the shipping. This external company has a JSON API and I wish to send orders automatically from my site to their side when the order is placed. Their system can only connect with Shopify, Woocommerce and JSON web shops. What is the best way to connect with them?

Thank you!

Hey Cameron, Webflow allows you to setup webhooks. This can post the data to a url when a new order is made: https://webflow.com/feature/create-webhooks-from-project-settings . To then post to a Json api you need to put something like zapier or integromat in between to format the request. Hope that helps!

Do you know if the trigger “ecomm_new_order” will be available from project settings once an eCom plan is purchased? I see it in the documentation, but doesn’t show up under project settings.