Generates a personalized card URL without sending an email. This is useful when you want to share card links through channels other than email, such as SMS, social media, or direct messaging platforms.
Key Differences from Send Card
- No Email Delivery: Creates a URL instead of sending an email
- Same Personalization: Uses merge tags to personalize the card content
- Flexible Distribution: You can share the URL through any channel
- Analytics Tracking: Still provides tracking capabilities through the URL
Request Parameters
The ID of the card for which to generate a URL
Integration configuration ID that links to your workflow settings
Array containing recipient data for personalization. Must include at least one object with recipient information.
Response Details
Direct URL to view the personalized card
The app name shown in the card (usually “CardClan” unless white-labeled)
URL to the card’s cover image/thumbnail
URL for recipients to unsubscribe from future cards
Response Example
{
"view_card_url": "https://app.cardclan.io/view/card/abc123def456?token=xyz789",
"white_label_app_name": "CardClan",
"card_cover": "https://cdn.cardclan.io/cards/covers/60f7b2b5b8f4a20015a4f5a5.png",
"unsubscribe_link_url": "https://app.cardclan.io/[email protected]&token=unsubscribe123"
}
Enter your CardClan integration key
Card ID for URL generation
Example:"60f7b2b5b8f4a20015a4f5a5"
Integration configuration ID
Example:"60f7b2b5b8f4a20015a4f5a7"
Array of merge tag objects with recipient data
Minimum array length: 1
Card URL generated successfully
Example:"https://cardclan.com/view/60f7b2b5b8f4a20015a4f5a8"
Example:"https://cdn.cardclan.com/covers/card-cover.jpg"
Example:"https://cardclan.com/unsubscribe/60f7b2b5b8f4a20015a4f5a8"