App API
Design Studio
Design Studio is a tool for creating and managing message content in Customer.io. Use these endpoints to organize your content and manage custom components.
- To programmatically manage email content, go to Design Studio emails.
- To manage assets like images, use the Assets API.
Learn more about the best practices for sending HTML through these endpoints.
These endpoints do not enable you to publish changes to global styles or from custom components to all messages that reference the component.
If you're an external tool and interested in being listed as one of our integrated partners, please reach out to product@customer.io to chat with a Product Manager!
Endpoints
- GET List folders
/v1/design_studio/folders - POST Create a folder
/v1/design_studio/folders - GET Get a folder
/v1/design_studio/folders/{id} - PUT Update a folder
/v1/design_studio/folders/{id} - DELETE Delete a folder
/v1/design_studio/folders/{id} - GET List components
/v1/design_studio/components - POST Create a component
/v1/design_studio/components - GET Get a component
/v1/design_studio/components/{id} - PUT Update a component
/v1/design_studio/components/{id} - DELETE Delete a component
/v1/design_studio/components/{id}