Docs

Create Customer

Creates a new customer in GatherUp.

POST

Query

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

Comma-separated response fields to include.

Body

Arguments
numberrequired

Business id.

string

Customer custom id.

stringrequired

Customer email address. This field is required for basic plan accounts. For higher plans there is email or phone number required.

stringrequired

Customer first name.

string

Customer job id.

stringrequired

Customer last name.

string

Customer mobile phone.

string

Customer tags separated by comma (max length of one tag = 50 chars).

number

0 will send feedback immediately -> if "sendFeedbackRequest" parameter is set to 1. If you set delayFeedbackRequest to anything over 0, it will delay that many hours before the feedback request is sent. Important the Communication Preference in the customer dashboard must be set to "Manual Mode". The "delayFeedbackRequest" parameter will be ignored if set to"Automatic Mode".

string

Customer communication preference.

number

If the parameter is set to 0 then Customer Preference is set according to the data provided (`customerEmail` or `customerPhone`) regardless of the `customerPreference` field value.

number

Send feedback request email to the customer right away.

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.