All Collections
Plugin Questions
Custom Components
(Plugin) External Merge tags Library
(Plugin) External Merge tags Library

In this article, you may find out how to add an external personalization tags library during plugin initialization.

Valeriia avatar
Written by Valeriia
Updated over a week ago

If you have your own merge tags library that you would like your users to use while creating an email, you can display it instead of Stripo merge tags.


โ€‹

To do so, you need to set the "externalMergeTags" parameter when you initialize the Plugin:

window.Stripo.init({
...,
externalMergeTags: {
open: open(oneSelectCallback) {
/* Put your logic here.
Call
oneSelectCallback('%%YPUR_MERGE_TAG%%')
when user selects the merge tag from external.
*/
}
}
});

Please find a code example here to see how it works in general.


Thank you for taking the time to read our articles. We hope you will find this information helpful.

If you have any additional questions, please email us at support@stripo.email.

We would be glad to talk with you.


Did this answer your question?