← All apps

Automate Builder.io for free on Stepper

Builder.io is a visual headless CMS and page builder that lets teams create, publish, and A/B test content across any digital surface without developer bottlenecks.

I want to integratewithSee how to connect Builder.io to ...

Triggers available for Builder.io on Stepper

New Content Entry

Triggers when a new content entry is created in a Builder.io model. Polls the Content API sorted by creation date descending.

  • 1 parameters

Updated Content Entry

Triggers when an existing content entry is updated (published state changed, or data changed) in a Builder.io model. Polls sorted by last updated date descending. Uses `{id}-{lastUpdated}` composite ID to detect updates separately from new creations.

  • 1 parameters

Actions available for Builder.io on Stepper

Create Content Entry

Creates a new content entry in the specified Builder.io model. Uses the Write API with your Private API Key.

  • 4 parameters

Update Content Entry

Partially updates an existing content entry in Builder.io. Only fields included in the request are modified (PATCH). Uses the Write API with your Private API Key.

  • 5 parameters

Replace Content Entry

Fully replaces an existing content entry in Builder.io. All unspecified fields are removed (PUT). If the entry does not exist, it will be created. Uses the Write API with your Private API Key.

  • 5 parameters

Delete Content Entry

Permanently deletes a content entry from a Builder.io model. This action cannot be undone. Uses the Write API with your Private API Key.

  • 2 parameters

Get Content Entry

Retrieves a single content entry by its ID from a Builder.io model. Uses the Content API with your Public API Key.

  • 2 parameters

List Content Entries

Retrieves a paginated list of content entries from a Builder.io model. Uses the Content API with your Public API Key.

  • 3 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.