New Hire Announcements¶
Example prompt: "When a new employee is added to our HR system, post a welcome announcement in #general on Slack with their name, role, and team, and email their direct team."
How to automate new hire announcements with GloriaMundo¶
The Problem¶
When a new person joins the company, someone in HR or people operations has to manually draft a welcome message, post it to Slack, and send a separate email to the new hire's direct team with the relevant details. It sounds simple, but it often slips through the cracks during busy hiring periods. New starters show up on their first day and nobody in #general knows who they are, or the direct team finds out about their new colleague via calendar invite rather than a proper introduction. The inconsistency feels unwelcoming and creates an awkward first impression.
How GloriaMundo Solves It¶
We build a workflow that triggers when a new employee record is created in your HR system (via webhook or scheduled check). An LLM step takes the new hire's name, role, team, and start date and writes a warm, on-brand welcome message suitable for the company-wide Slack channel. An integration step posts that message to #general on Slack. A second LLM step drafts a more detailed introduction email for the new hire's direct team, including practical information like their role, who they report to, and their start date. A final integration step sends that email via Gmail. Glass Box preview shows you the exact Slack message and email that would be sent, so HR can review the tone and details before anything goes out.
Example Workflow Steps¶
- Trigger (webhook): Fires when a new employee record is added to the HR system.
- Step 1 (LLM): Draft a friendly welcome announcement for Slack using the new hire's name, role, team, and start date.
- Step 2 (integration): Post the welcome message to #general on Slack.
- Step 3 (LLM): Draft a team introduction email with more detail — role summary, reporting line, start date, and a note encouraging the team to say hello.
- Step 4 (integration): Send the introduction email via Gmail to the new hire's direct team.
Integrations Used¶
- Slack — company-wide welcome announcement in #general
- Gmail — detailed introduction email sent to the new hire's direct team
Who This Is For¶
People operations teams and HR coordinators at growing companies who hire regularly and want every new starter to receive a consistent, warm welcome without relying on someone remembering to write and send the messages manually.
Time & Cost Saved¶
Drafting and posting a welcome message plus a team email typically takes 10-15 minutes per new hire. For a company hiring 4-5 people a month, that is roughly an hour of admin work saved monthly. The larger benefit is consistency — every new hire gets the same quality of introduction regardless of how busy the HR team is that week. The workflow uses LLM and integration steps, costing a few credits per new hire.