chore: Added support for inbox variables (#11952)

This commit is contained in:
Muhsin Keloth
2025-07-30 11:07:18 +04:00
committed by GitHub
parent 62b36d4aec
commit 1230d1f251
4 changed files with 15 additions and 6 deletions

View File

@@ -157,6 +157,14 @@ export const MESSAGE_VARIABLES = [
label: 'Agent email',
key: 'agent.email',
},
{
key: 'inbox.name',
label: 'Inbox name',
},
{
label: 'Inbox id',
key: 'inbox.id',
},
];
export const ATTACHMENT_ICONS = {