
meta_description: “monday.com buttons can only trigger one automation and can’t send emails with CC groups. Learn why button workflows are limited and how BoardBridge enables rich button-triggered actions.”
You need a button that sends an email to a client with three form links, CC’s your production team, updates two status columns, and logs the send date.
In monday.com, your button can do ONE thing: trigger ONE automation recipe.
If you want the button to send an email AND update statuses, you need to:
And the email? No CC. No formatting. No conditional content.
Here’s what teams need from button-triggered emails:
What monday.com offers:
Button column capabilities:
Missing:
Thread: Custom Automations and Action Button / Command Button Column [Source: https://community.monday.com/t/custom-automations-and-action-button-command-button-column/2530] — August – October 2020
“Make it compatible with Subitem automation recipes (example create subitem instead of item)” — hlopezvc, August 11, 2020
“please also consider adding additional (all) field options to the additional conditions (currently limited to person and status).” — mcallarse, October 6, 2020
Monday.com staff confirmed the button column was released but did not address advanced functionality requests.
Thread: Introducing the Button Column [Source: https://community.monday.com/t/introducing-the-button-column/10279] — 2020 – 2022 (19 replies)
“will there be any kind of confirmation that the action has been completed? A dot, a bubble, something momentary to say the button engaged.” — Susan Bolles, August 19, 2020
“I wish you could view and edit the automation for the button instead of having to delete and create it again.” — Talita Feuerstein, October 2, 2020
“Has anyone come up with a solution that when a button is clicked you know when it has been clicked? Like once it is clicked it turns to a different color” — Brett Johnson, December 15, 2022
No confirmation feedback. No visual state change. No logging.
Thread: Change button text through API [Source: https://community.monday.com/t/change-button-text-through-api/19122] — April 2021
“Is there a way to change the button text through the API (‘Click me!’). I can query it by boards{items{column_values{text}}} but the ‘Click me!’ text is not in the JSON returned” — Bas de Bruin, April 22, 2021
Monday.com staff (Helen) confirmed:
“at this time there’s no way to customize the button text [via API]. However, you can change the column title to be more specific if you’d like.”
As of 2026, button text can be changed via UI Settings but still NOT via API.
Thread: Formula columns not available when composing emails in automations [Source: https://community.monday.com/t/formula-columns-not-available-when-composing-e-mails-and-notifications-in-automations/72188] — December 2023
“Formula columns…are not listed in the UI when composing an automated message.” — Foobart, December 4, 2023
“The formulas in the formula column are calculated in your client (browser)…those columns can’t be used in any automation.” — Bas de Bruin, December 4, 2023
Formula columns are client-side computed → invisible to server-side automations → cannot be included in button-triggered emails.
Email formatting thread (2025):
“It’s 2025 and the developers at Monday haven’t cottoned on to the fact sending out plain text emails is exceedingly 1990s?” — inspiredearth, June 2025
Monday.com staff confirmed email body does not support HTML coding. No bold, no italics, no lists, no formatting.
Thread: Formula columns not available when composing emails in automations — December 2023
“Formula columns…are not listed in the UI when composing an automated message.” — Foobart, December 4, 2023
“The formulas in the formula column are calculated in your client (browser)…those columns can’t be used in any automation.” — Bas de Bruin, December 4, 2023
Issue: Formula columns are computed client-side, not server-side. Automations run server-side and cannot access calculated values. If you need a calculated field in an automated email, you must mirror it to a regular column first.
Thread: When button is clicked, send email FROM the user who clicked the button — November 2023 [Source: https://community.monday.com/t/when-button-is-click-on-a-board-send-an-email-from-the-user-who-clicked-the-button/69715]**
“I have a board with a button that when clicked sends an email. Since I was the one creating the automation the emails are sent from my mailbox but what I need is that the email is sent From the mailbox associated to the user who pressed the button.” — User, November 1, 2023
Issue: Emails always send from the mailbox of the automation creator, not the person who clicked the button. No workaround available. If you need emails to appear from different team members’ accounts, you can’t do it natively in monday.com.
Finally: CC/BCC in monday.com Emails
BoardBridge adds native CC/BCC, named CC Groups, and conditional recipients to monday.com email automations.
Scenario: “Send Forms” button should:
BoardBridge rule:
All four actions fire from one button click.
Native monday.com: You’d need 3-4 separate automations, manually coordinated.
BoardBridge email configuration:
Native monday.com: No CC. No BCC. To field only.
Advanced scenario: CC different people depending on item data.
BoardBridge conditional CC rules:
All CC recipients are automatically added based on the item’s column values.
Native monday.com: Not possible.
BoardBridge email body:
“`html Hi {Client Name},
Here are the forms for your event on {Event Date}:
Show Form: {FORM_URL_SHOW} Teebox Form: {FORM_URL_TEEBOX} Production Form: {FORM_URL_PRODUCTION}
Please complete them by {Due Date}.
Best regards, The Team “`
Rendered with:
Native monday.com: Plain text only. No formatting.
BoardBridge emails can include unlimited column values:
Native monday.com: Limited column insertion, no formatting.
Scenario: Send different email based on event type.
BoardBridge rule:
One button, three possible email templates, dynamically selected.
Native monday.com: You’d need three separate buttons (one per template) or manual selection.
See How BoardBridge Handles Email Automation
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
Event Overview Board:
Button: “Send Show Form”
When clicked:
Step 1: Send Email
Step 2: Update Statuses
Step 3: Log Timestamp
All three steps execute automatically. Total time: 2-3 seconds.
BoardBridge buttons:
Labels are fully customizable and descriptive.
Native monday.com: “Click Me” by default. Can be changed via UI Settings (per board) but not via API.
BoardBridge emails can include unique form links per item:
Email body: “ Show Form: https://forms.boardbridge.io/f/show-form/item-12345678 Teebox Form: https://forms.boardbridge.io/f/teebox-form/item-12345678 Production Form: https://forms.boardbridge.io/f/production-form/item-12345678 “
Each link is specific to the event item. When the client clicks, the form knows which monday.com item to update.
Why this matters: Forms update existing items, not create new ones. The email links are pre-personalized.
Every button-triggered email is logged:
Searchable and filterable in the admin panel. Full audit trail.
Native monday.com: No email logging. No record of which button sends triggered which emails.
Buttons can trigger emails with file attachments:
Example: “Send Contract” button → email with PDF contract attached.
Attachments are configured per email template. The same file is sent every time, or you can configure dynamic attachments based on column values (advanced setup).
Button actions are fire-once, no retry logic. If the email send fails (e.g., invalid recipient email), it’s logged but not retried. You’d manually resend.
Formula columns are not available as dynamic variables. If you need a calculated value in the email, store it in a non-formula column first (via monday.com formula → mirror/automation workaround).
Button visual state doesn’t change after click. The button doesn’t turn green or show a checkmark. Status column updates provide visual feedback instead (e.g., “Forms Sent” label).
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
Without multi-action buttons and CC-enabled emails, teams either build 5+ separate automations (complex, fragile) or skip button workflows entirely (slower, less elegant).
BoardBridge lets one button click trigger complex, multi-step workflows — send emails with CC groups, update multiple statuses, log timestamps, fire cross-board triggers. All from one button, all fully logged.
Ready to make your buttons powerful? Book a free 30-minute demo: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com No Dry-Run Mode for Automations

monday.com Automation Test Sandbox Mode