Released 2026-06-17. Many more integrations can now power playground fetch entries — read live data straight into your playground with flowfn.fetchData, no workflow in between.
Changed
- More read actions available as fetch entries. Read actions (list / get / search) across a large set of integrations can now be registered as fetch entries and called from your playground JS — commerce (Shopify, WooCommerce, Magento, BigCommerce, Square), CRM (Zoho CRM, Insightly, Freshsales), and productivity tools (Notion, ClickUp, Basecamp, Smartsheet, Bitbucket, Calendly, Zoom, Discord, SurveyMonkey, WhatsApp). Previously only a subset of tools offered this, so building a storefront or dashboard that reads from these services no longer needs a workflow in between. Utility actions — data-format conversion, encoding, text formatting, and uptime checks — are available as fetches too.
Notes
- Fetch entries are read-only by design. Write actions (create, update, delete, send) — including newsletter list subscriptions — stay available as action bindings instead.