← All apps
Automate Cosmic for free on Stepper
Cosmic is an AI-native headless CMS platform. Manage content as Objects in Buckets and connect to any frontend via REST API.
I want to integratewithSee how to connect Cosmic to ...
Triggers available for Cosmic on Stepper
New Object
Triggers when a new Object is created in a Cosmic Bucket. Polls for Objects sorted by creation date descending.
- 1 parameters
Updated Object
Triggers when an existing Object is updated in a Cosmic Bucket. Uses a composite id-modified_at key to deduplicate true updates.
- 1 parameters
Actions available for Cosmic on Stepper
Create Object
Creates a new Object in a Cosmic Bucket.
- 7 parameters
Update Object
Updates an existing Object in a Cosmic Bucket.
- 7 parameters
Delete Object
Deletes an Object from a Cosmic Bucket by ID.
- 2 parameters
Find Object
Finds and returns a single Object by its ID.
- 3 parameters
List Objects
Returns a paginated list of Objects from a Cosmic Bucket, optionally filtered by type and status.
- 4 parameters
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.