2
0

(templates) New "Hight ticket follow up" template

This commit is contained in:
Baptiste Arnaud
2024-04-23 19:42:41 +02:00
parent 5d99e00f6b
commit a45e8ec8a8
2 changed files with 640 additions and 0 deletions

View File

@@ -121,5 +121,14 @@ export const useTemplates = (): TemplateProps[] => {
fileName: 'openai-conditions.json',
description: t('templates.modal.other.openAiConditions.description'),
},
{
name: 'High ticket lead follow-up',
emoji: '📞',
isNew: true,
fileName: 'high-ticket-lead-follow-up.json',
category: 'marketing',
description:
'Simulates a bot that could be triggered after a high ticket lead just downloaded a lead magnet. This bot asks questions about the prospect business and their needs. Every question are powered with AI blocks to make the conversation more engaging and human-like.',
},
]
}