Docs

Create Request

Creates a request in Content Snare.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

Client email. This will look up an existing client, or create a new one. For a new client, you must also include their full name.

string

Required for new clients. You may leave blank for existing clients. Providing a value will overwrite the existing name.

string

For existing clients, providing a value will overwrite the existing phone.

boolean

Enable client comments. This allows your client to ask questions about each field.

string

Id of communications schedule

string

Name of communications schedule

string

If this company name is not already associated with this client, it will be created.

date

Due date for the request. <br><b>Format:</b> yyyy-mm-dd

string

Folder id. Requests may be grouped in to folders on the requests page. Don't send it if you do not wish to group your Requests.

string

Folder name. Requests may be grouped in to folders on the requests page. Don't send it if you do not wish to group your Requests.

stringrequired

Request name

string

Request owner (team member) id

string

Request owner (team member) email

boolean

Protect share with a pin code. Your client will be asked to set their own pincode when they first access the request.

string

Request template id (`request_template_id` or `request_template_name` should be set)

string

Request template name (`request_template_id` or `request_template_name` should be set)

boolean

Allow share via link without requiring login

string

Request status

date

Updated At.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.