Automate DatoCMS for free on Stepper
Headless CMS with GraphQL and REST APIs for managing structured content.
Triggers available for DatoCMS on Stepper
New Record
Triggers when a new record is created in your DatoCMS project. Optionally filter by model.
- 1 parameters
Updated Record
Triggers when an existing record is updated in your DatoCMS project. Optionally filter by model.
- 1 parameters
Published Record
Triggers when a record is published in your DatoCMS project. Optionally filter by model.
- 1 parameters
New or Updated Record
Triggers when a record is created or updated in your DatoCMS project. Optionally filter by model.
- 1 parameters
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 parameters
Update Record
Updates an existing record in DatoCMS. Only provided fields are updated.
- 2 parameters
Delete Record
Permanently deletes a record from DatoCMS. This action cannot be undone.
- 1 parameters
Get Record
Retrieves a single record from DatoCMS by its record ID.
- 1 parameters
List Records
Retrieves a paginated list of records from DatoCMS. Optionally filter by model and search by text content.
- 1 parameters
Publish Record
Publishes a draft or updated record in DatoCMS, making it available via the Content Delivery API.
- 1 parameters
Unpublish Record
Unpublishes a record in DatoCMS, reverting it to draft status.
- 1 parameters
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 parameters
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.