Actions that send emails.
This core reference entry is suited for beginner-level builders.
Note: Due to rate limiting from Sendgrid on the default shared email address, a maximum of 50 recipients can be specified per email. If you need more than this limit for your app, consider creating your own Sendgrid account as outlined here.
Send email
This action sends an email from the app. If a domain name has not been setup yet, the email will come from [your-appname]-no-reply@bubbleapps.io. When a domain name is set, the email will come from what_you_want@your_domain.com. Customize this email in the Domain & Email section in the Settings Tab.
Note: A domain name must be set up before customizing email behavior. Custom domains are available on Personal plans or higher.
To
Specify the email to send the email to. It can either be 'Current user's email' or the content of an input. Send more than one email at once by defining a list of emails and using the 'join' property with a comma ','. For example, email_1@bubble.io, email_2@bubble.io.
Specify a different reply-to address
Check this box to specify a different reply-to address.
Reply to
Enter the reply-to address. For example, it can be 'Current user's email.'
Sender name
Instead of showing the email address, format the name of the sender by entering the name here.
Cc
Define the email addresses to cc the email to.
Bcc
Define the email addresses to bcc the email to.
Subject
Define the subject of the email.
Body
Define the body of the email. Use 'Insert dynamic data' to make the content dynamic.
Do not apply a Sendgrid template
When using Sendgrid to send emails, you can define a template ID in the Domain & Email section in the Settings Tab. Check this box, and no template will be used for the current action.
Note: This option is available when a domain name is set up in the Domain & Email section in the Settings Tab.
Attachments
You can attach files to the emails you send, provided the total size is smaller than 19 MB.
At this time, only files stored on your app's Bubble file storage are supported as email attachments. File stored elsewhere, such as on Box, will not be available as an email attachment.
Unsubscribe_group_id
Enter the unsubscribe group ID here. It will add an unsubscribe link at the bottom of the email.
Send meeting request by email
This action sends a meeting request that is interpreted as such by Gmail, Outlook, iCal, etc.
To
Enter the email to send the email to. It can either be 'Current user's email' or the content of an input, etc.
Sender name
Instead of showing the email address, format the name of the sender by entering the name here.
Organizer
Enter the email address of the organizer of the event (ORGANIZER property of the event in the iCalendar format)
Sequence
Define the revision sequence number of the calendar component within a sequence of revisions (SEQUENCE property of the event in the iCalendar format).
Method
Define the iCalendar object method associated with the calendar object (METHOD property of the event in the iCalendar format).
UID
Define the UID of the meeting. This property specifies the persistent, globally unique identifier for the iCalendar object (UID property of the event in the iCalendar format).
Status
Define the overall status or confirmation for the calendar component (STATUS property of the event in the iCalendar format).
Start time
Define the starting time of the event/meeting. It should be of type date.
Set a length instead of an end time
Check this box to set a length instead of an ending time.
End time
Define the ending time of the event/meeting. It should be of type date.
Length (minutes)
Define the length in minutes of the meeting. It should be of type number.
Summary
Enter a summary to be shown in the calendar.
Description
Enter the description of the event.
Location
Enter the location of the event. It should be of type text.
Change the body of the email
Check this box to customize the body of the email.
Body
Enter the body of the email with the meeting as an attachment. This can be static text or dynamic data.
Do not apply a Sendgrid template
When using Sendgrid to send emails, you can define a template ID in the Domain & Email section in the Settings Tab. Check this box, and no template will be used for the current action.
Note: This option is available when a domain name is set up in the Domain & Email section in the Settings Tab.
Other ways to learn
Last updated