Documentation last updated: July 16, 2025

Plugin last updated: July 16, 2025

Bubble plugins

Replace this with a link to your plugin

Table of Contents


Overview

Use this section to provide an overview of your plugin


How to use

Performs search and replace repeatedly over a list of potential text placeholders.

This is more maintainable than a chain of :find & replace, but slightly more costly

The beauty of this plugin's ResolvePlaceholders function is that instead of using an ugly list of :find & replace clauses for every placeholder you might want, instead, you can have one master string in JSON that works for all your data types.

For example, in a Custom Event that takes in a template_string, a User and an Order, you can have one template string of:

"Welcome [UserFirstName],

Your order on [OrderDate] for [OrderAmount] was received.

Your tracking ID is [TrackingURL]"

Then, you can pass a parameter package of possible placeholders in a text field like: