Bubble
Send emails from Bubble workflows using Keplars
Add a Send Email via Keplars action to any Bubble workflow. Trigger transactional emails from user signups, form submissions, payments, or any other event in your Bubble app.
Install
Install the plugin
In your Bubble app go to Plugins - Add Plugins, search for Keplars and click Install.
Add to a workflow
In any workflow go to Add Action - Plugins - Send Email via Keplars.
Configure the action
Fill in the fields and enter your Keplars API key from dash.keplars.com.
Fields
| Field | Required | Description |
|---|---|---|
api_key | Yes | Your Keplars API key (kms_...) |
to | Yes | Recipient email address |
from | Yes | Sender address (must be verified in Keplars) |
subject | Yes | Email subject line |
body | No | HTML or plain text content |
from_name | No | Sender display name |
template_id | No | Keplars template ID |
params | No | JSON string of template variables e.g. {"name":"Jane"} |
Returned Values
| Value | Type | Description |
|---|---|---|
success | yes/no | Whether the email was queued successfully |
email_id | text | The email ID returned by Keplars |
status | text | Delivery priority e.g. async |