Automate DatoCMS for free on Stepper

Headless CMS with GraphQL and REST APIs for managing structured content.

I want to integratewithSee how to connect DatoCMS to ...

Triggers available for DatoCMS on Stepper

New Record

Triggers when a new record is created in your DatoCMS project. Optionally filter by model.

  • 1 parameter s

Updated Record

Triggers when an existing record is updated in your DatoCMS project. Optionally filter by model.

  • 1 parameter s

Published Record

Triggers when a record is published in your DatoCMS project. Optionally filter by model.

  • 1 parameter s

New or Updated Record

Triggers when a record is created or updated in your DatoCMS project. Optionally filter by model.

  • 1 parameter s

New Upload

Triggers when a new upload (asset) is added to your DatoCMS media library.

Actions available for DatoCMS on Stepper

Create Record

Creates a new record in DatoCMS for a specified model.

  • 1 parameter s

Update Record

Updates an existing record in DatoCMS. Only provided fields are updated.

  • 2 parameter s

Delete Record

Permanently deletes a record from DatoCMS. This action cannot be undone.

  • 1 parameter s

Get Record

Retrieves a single record from DatoCMS by its record ID.

  • 1 parameter s

List Records

Retrieves a paginated list of records from DatoCMS. Optionally filter by model and search by text content.

  • 1 parameter s

Publish Record

Publishes a draft or updated record in DatoCMS, making it available via the Content Delivery API.

  • 1 parameter s

Unpublish Record

Unpublishes a record in DatoCMS, reverting it to draft status.

  • 1 parameter s

List Uploads

Retrieves a paginated list of uploads (assets) from the DatoCMS media library.

Delete Upload

Permanently deletes an upload (asset) from the DatoCMS media library. This action cannot be undone.

  • 1 parameter s

Make HTTP Request

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