Docs

Create Metric

Creates a metric in CoachAccountable.

POST

Query

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

Comma-separated response fields to include.

Body

Arguments
numberrequired

The ID of the Client who will be tracking this Metric.

stringrequired
stringrequired

The unit of measure for numbers to be reported, like "$", "lbs", or "minutes".

daterequired

The date at which tracking is to be done.

daterequired

The date through which tracking is to be done.

boolean

Should a target apply for this Metric?

number

If a target, what should be the starting value?

number

If a target, what should be the endgin value?

string

Dictates how the graph is to be colored regarding being over/under the target values, if set.

string

Cumulative means that numbers as reported are to be added to a running total.

string

On what frequency should values be reported for this Metric?

boolean

Shall a regular reminder be set for this Metric?

string

On which basis should reminders be sent?

string

How shall the recurring reminders be sent to your client for this Metric?

string

Time of day at which the reminder should be sent on called-for days.

number

Number of days since the last reporting that a reminder should be sent (applies only to the "DS" option for reminderMode).

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.