Contentful connector
Back to the connector overview, authentication methods, and actions.
2 Sept 2026
new-featureAdded DataSync support to list_spaces and list_organizations, so their records can be synced into StackOne on a schedule and read back without calling Contentful each time. Both refresh in full on every run, since Contentful exposes no change filter that applies to these two endpoints.Changed · 2 actions updated
Changed · 2 actions updated
contentful_list_organizations, contentful_list_spaces17 Jul 2026
new-actions guide-images config-update bug-fixAdded CMS actions for roles and organization memberships. Added image references to connection guides for Personal Access Token, OAuth 2.0, and webhook setup. Removed spaceId configField — space_id is now a per-call input on all space-scoped CMS actions (entries, assets, content types) so callers control which space they target. Added Webhook Space IDs configField for comma-separated multi-space webhook delivery using the iterator pattern. Fixed membership_id path param inconsistency in update/delete organization membership actions. Fixed resource link for list_organization_periodic_usages.