


I am passing experience ID in a response token.
Is the experience ID also available in the interface? I need to allow marketing teams to be able to match the experience ID to the friendly name without messing about with APIs etc.
We can't pass the experience name in a token as we don't want that exposed on the client.
Thanks
@enick_88 you can use this,
** Campaign Name: ${campaign.name}
** Recipe Name: ${campaign.recipe.name}
** Campaign ID: ${campaign.id}
** Recipe ID: ${campaign.recipe.id}
** Mbox PCID: ${user.pcId}
@enick_88 you can use this,
** Campaign Name: ${campaign.name}
** Recipe Name: ${campaign.recipe.name}
** Campaign ID: ${campaign.id}
** Recipe ID: ${campaign.recipe.id}
** Mbox PCID: ${user.pcId}