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 parameter s
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 parameter s
Actions available for Cosmic on Stepper
Create Object
Creates a new Object in a Cosmic Bucket.
- 7 parameter s
Update Object
Updates an existing Object in a Cosmic Bucket.
- 7 parameter s
Delete Object
Deletes an Object from a Cosmic Bucket by ID.
- 2 parameter s
Find Object
Finds and returns a single Object by its ID.
- 3 parameter s
List Objects
Returns a paginated list of Objects from a Cosmic Bucket, optionally filtered by type and status.
- 4 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.