How to call email script in the body of email client template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 05:42 PM
I used the following syntax :${mail_script:EmailTemplate_for_test}
But it is giving me an error message: Email script render error: email script [ EmailTemplate_for_test] does not exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:07 AM
hi @maddulaswat,
'EmailTemplate_for_test' is this correct name of the mail script then
${mail_script:EmailscriptName}
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:51 AM
Hi Bhavya,
Thank you for your response!
My issue got resolved.
Thanks,
Swathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:41 AM
Hi @maddulaswat ,
If an email script name is 'attach_links_sm'
then you can call this email script in email client template with below syntax:
${mail_script:attach_links_sm}
Mark this answer as helpful if it helps you in any way.
Thanks,
Rutuja K
Please mark this response as correct or helpful if it assisted you with your question.
Best Regards,
Rutuja Khalate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:50 AM
Hi Rutuja,
Thank you for your response!
My issue got resolved.
Thanks,
Swathi