CMS API and Zapier

You can make your own in the meantime! Select the Webflow form submission as the trigger and the Zapier “Webhooks by Zapier” as the action. From there, you can choose your REST verb (GET or POST or PUT or DELETE), use the appropriate Webflow API endpoint for whatever action you’re doing, them map the form fields to the collection item fields.

So for example, if you were creating a new collection item using POST, the endpoint would be:

https://api.webflow.com/collections/:collection_id/items

From there, you can map the fields using Zapier’s auto-populating dropdowns or, if you’re feeling adventurous, use Zapier’s “Custom Request” and you can enter the JSON payload directly! Just copy/paste from the “–data-binary” segment using your own data and it should work.

Works like a charm. Happy zapping!

6 Likes