Plugin details
TableMailer is a powerful plugin that allows you to convert JSON data into an HTML table and send that table directly to your email. It works both server-side and client-side, ensuring flexibility and efficiency for your data manipulation and email needs.
Tip for Using Format as Text to Generate JSON
To easily generate the JSON formatted string needed for the data field, you can use the :format as text function in Bubble. Here’s how you can do it:
Create a List of Items:
Ensure you have a list of items (e.g., users, orders) that you want to convert to JSON.
Use the :format as text Function:
In your workflow or a text field, use the :format as text function to create a JSON structure.