Dynamic Recipients
Route parcelLab notifications to order-specific contacts by sending dynamic recipient roles in your tracking data and selecting those roles in Journey configuration.
How Dynamic Recipients Work
Send Dynamic Recipients in the API
Field
Type
Description
{
"account": 1234,
"order_number": "ORD-RETURN-2001",
"mutations": [
{
"type": "add_tracking",
"tracking": {
"tracking_number": "RETURN-TRACKING-001",
"courier": "dhl",
"is_return": true,
"additional_recipients": [
{
"role": "warehouseContact",
"email": "warehouse@example.com"
},
{
"role": "giftRecipient",
"email": "gift.recipient@example.com"
}
]
}
}
]
}Configure the Journey Trigger
Example Flow
Behavior and Limits
Last updated
Was this helpful?