Skip to content
ActionSuiteDashUpdated May 2026

How do I add a SuiteDash contact?

Short answer: Drop the "SuiteDashCreate SuiteDash Contact" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
First Name
first_name
stringRequiredContact's first name
Last Name
last_name
stringRequiredContact's last name
Email
email
emailRequiredContact's email address
Phone
phone
stringOptionalContact's phone number
Company
company
stringOptionalContact's company name
Sample request
{
"first_name": "e.g. Jane",
"last_name": "e.g. Doe",
"email": "e.g. user@example.com",
"phone": "e.g. +14155551234",
"company": "{{trigger.company}}"
}
Returns
{
"uid": "ct_abc124",
"email": "john@example.com",
"phone": "+1234567890",
"company": "Acme Corp",
"last_name": "Doe",
"created_at": "2025-03-15T10:00:00Z",
"first_name": "John"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Create SuiteDash Contact.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Create SuiteDash Contact.

What does the Create SuiteDash Contact action do in SuiteDash?
Adds a contact with email, name, company, custom fields. For agency-onboarding workflows that provision client-portal access.
What inputs does Create SuiteDash Contact require?
Required: First Name, Last Name, Email. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if SuiteDash returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Create SuiteDash Contact support batch operations?
Yes. Run Create SuiteDash Contact inside a Loop node to process arrays. Tiny Command handles SuiteDash's rate limits automatically so you don't have to throttle manually.
More actions

Other SuiteDash actions.

Send create suitedash contact from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.