Create custom Employee Hub notifications
Send a targeted Employee Notification Message to an employee. The message appears in the Employee Hub and can include rich text, an action button, or a Task flag.
HR Admins who create Employee Notification Messages in Salesforce. Employees receive them in the Employee Hub.
Create a notification
- From the App Launcher (⋮⋮ grid icon), open Employee Notification Messages.
- Click New.
- In Name, enter a descriptive record name.
- In Employee, select the recipient.
- In Type, enter
simple-messagefor a basic notification. - In Title, enter the title shown to the employee.
- Optional: Add Plain Text or Rich Text content.
- Optional: In Button Name and Button Link, configure an action that opens a relevant page.
- Leave Record Id and Object Type empty unless the notification relates to a specific record.
- Click Save. The notification appears under Inbox in the Employee Hub notification panel.
Review notification fields
| Field | What it does |
|---|---|
| Employee | Selects the employee who receives the notification. This field is required. |
| Type | Sets simple-message or a value in the form custom.<name>. This field is required. |
| Title | Sets the title shown to the employee. This field is required. |
| Plain Text | Adds an unformatted message. |
| Rich Text | Adds formatted text, colors, links, or images. |
| Button Name | Sets the text on an action button. |
| Button Link | Sets the page or form that the action button opens. |
| Record Id | Associates the notification with a record. |
| Object Type | Identifies the object for the associated record. |
Mark a notification as a task
Select Task when the message requires an action or needs separate tracking. The notification appears in the right-side Tasks panel, either instead of or in addition to Inbox.
Configure a custom notification type
Use a custom type such as custom.sick-leave-certificate, custom.certificate-request, or custom.<name> when a workflow needs its own routing or behavior.
Create Notification Type custom metadata for the custom value. The metadata controls:
- Delivery through the Employee Hub, email, or Slack.
- Default behavior for the notification type.
- Custom routing logic.
The simple-message type always sends to the Employee Hub. By default, it also sends through email and Slack; Notification Type custom metadata controls those two channels.
Preview the employee experience
- In the Employee Hub, click the notification bell.
- Open Inbox. The notification shows its title, message, and creation timestamp.
- If the notification is a task, open Tasks to confirm that it appears in the task panel.
For a document request, use a custom type such as custom.sick-leave-certificate and link Button Link to the Documents page. For a tracked reminder, use simple-message, add the relevant form link, and select Task.