Entity Command API
A guide to using the Mindful Entity Command API to modify data.
Connecting to the API
POST https://api.mindfulcms.com/commands/<entity-kind>/<command-key> HTTP/1.1
Authentication: Bearer <api-token>
Content-Type: application/json
Host: api.mindfulcms.com
X-Namespace: <org-key>/<workspace-key>
{
"command": {
"input": [...]
},
"view": "<view-key>"
}Metadata
Available Entity Kinds
Available Commands
Examples
Create a Company Post
Create an Article Post
Modify Product Post: Add Company
Modify Product Post: Replace Company
Create a Website Channel
Create an Email Channel Deployment
Pause an Email Advertising Channel Automation Job
Create a Root Website Channel Topic
Create a Child Website Channel Topic
Last updated