Skip to content
CActionConstant ContactUpdated May 2026

How do I add a contact to Constant Contact?

Short answer: Drop the "Constant ContactCreate 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
Email
email_address
stringRequiredContact email address
First Name
first_name
stringOptionalFirst Name. e.g. "John"
Last Name
last_name
stringOptionalLast Name. e.g. "Doe"
Company
company_name
stringOptionalCompany name
Job Title
job_title
stringOptionalJob title
List IDs
list_memberships
stringRequiredComma-separated list IDs to add the contact to (required by API)
Sample request
{
"email_address": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"company_name": "Acme Inc",
"job_title": "VP of Engineering"
}
Returns
{
"action": "created",
"contact_id": "06d4ca6a-3122-11ee-a32f-fa163e56c9b0"
}

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

FAQ

Questions about Create Contact.

What does the Create Contact action do in Constant Contact?
Inserts a new contact with email (dedupe key), name, phone, and custom fields. The standard hook for "form submission → push to CC list" sync workflows.
What inputs does Create Contact require?
Required: Email, List IDs. 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 Constant Contact 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 Contact support batch operations?
Yes. Run Create Contact inside a Loop node to process arrays. Tiny Command handles Constant Contact's rate limits automatically so you don't have to throttle manually.
More actions

Other Constant Contact actions.

Send create contact from your workflows.

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