Send Card
Integration API
Send Card
Sends a personalized card to a recipient via email
POST
Send Card
Sends a personalized card to a recipient via email. This is the core action endpoint that delivers your cards with dynamic content based on merge tags.
Key Features
- Personalization: Replace merge tags with recipient-specific data
- Email Delivery: Send via your configured email accounts or CardClan’s default
- Tracking: Get unique tracking URLs for engagement analytics
- Error Handling: Robust validation and error reporting
Request Parameters
The ID of the card you want to send. Get available cards using the Get Cards endpoint.
Integration configuration ID that links your card to workflow settings. Create one using the Create Integration
Config endpoint.
Array containing recipient data for personalization. Must contain at least one object with
name and email fields.Email account to send from. Use
"CardClan" for default CardClan email, or provide an email account ID from Get Email
Accounts.Response Details
Human-readable success or failure message
true if card was sent successfully, false if sending failedUnique identifier for this card delivery instance, used for tracking
URL that tracks when the recipient opens the card email
Response Example
Success Response
Error Response
Authorizations
Enter your CardClan integration key
Body
application/json
Card ID to send
Example:
"60f7b2b5b8f4a20015a4f5a5"
Integration configuration ID
Example:
"60f7b2b5b8f4a20015a4f5a7"
Array of merge tag objects with recipient data
Minimum array length:
1Email account ID or 'CardClan' for default
Example:
"CardClan"