Email Signature
Overview
Email signatures for recruitment firms can include branding, marketing for future events, and more. With the Email Signature feature,
s can quickly configure a professional, consistent, global style for signatures using HTML or Text. This article shows you how to do that.Administrators will also be able to:
- Define more sophisticated logic to merge data together.
- Define an additional field and manipulate the signatures via Data Loader to support seasonal marketing campaigns and messaging.
There are a few options when setting up this feature:
- Enable Org-level Signature - A common signature template is enabled for all users. This can be used in tandem with the Email Signature functionality.
- Enable User In Salesforce terminology, this is anybody that has login access to an instance. In BH4SF instances, usually the staff of recruiting companies- level Signature - Each user creates their own signature.
Prerequisites
The Email Signature feature has several requirements to be enabled:
- The 2020.06 GA Release - Package Version 5.19 is upgraded to
- The 2020 Email Editor: User Guide and Configuration for more information. is enabled. See
- Lightning is enabled
- Optional: To use this with email pages your needs to have the data model.
- Optional: To use this from the email page your needs to have the Integration.
Where the Signature is Used
The email signature will be attached to emails sent from one of the below pages:
- Call List - Standard and Candidate A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider. Marketing
- CV Manager - Share CV
- Long List Name of a BH4SF custom object. It 'captures' Candidates that look like a good match for a Job, before the actual hiring process begins. It's like a list of potential candidates
- Registration Interview The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client.
- Job Lead Name of BH4SF custom object. It stores details about a Job position not yet advertised or confirmed by a potential Client. Once the Client agrees to use the recruiter's services to fill the open position, then a Job Lead can be converted into Job record. Email
- Email from results page
- Send Out The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. Schedule, and Submit With Email - Send Email, Internal Interview,
Enable
-level SignatureOption 1: Create a Custom Signature
The email signature attached to emails sent from the pages listed above will be the same for all users (aside from user-specific values like name, title, or other merge fields used).
- Go to Setup > Custom Metadata Types > Email Signature.
- Click New to create a new record.
- To configure an email signature that is the same for all users, enter the desired code in the Signature field. Both HTML and User merge fields are supported.
Option 2: Use the
{{{Sender.Signature}}} Merge FieldWith this configuration, the
sets up a global signature that is appended by the signature that individual users set up in Settings > Email > My Email Settings (the standard email signature).Follow the steps in option 1, and add{{{Sender.Signature}}} in the Signature field where the user's personalized signature should appear.
With the 2020.10 GA Release Package Version 5.31.2 or newer there is an option to always add the Org-level signature to outgoing emails. When this is enabled, the Add my signature to email checkbox on the email editor page will be selected by default. Follow these steps for configuration:
- Go to Setup > Custom Metadata Types > Email Signature.
- Select the Enable Add my signature to the email checkbox.
Enable User-level Signature
To enable every user to create a personal signature, an alternative to the standard
signature is to have a custom field on the User Detail record. When this custom field is referenced in the Email Signature Custom Metadata Type, the signature set up on the User Detail record will take precedence over any of the other configurations and will be the one attached to all emails.These are the steps to enable the User-level Signature:
- Go to Setup > Object Manager > User > Fields & Relationships.
- Create a new custom field. It can be any type except for Rich Text (as this field type is not supported in Custom Metadata).
- Once you have created the field, copy its API API, or Application Programming Interface, is used by customers to create custom career portals or to take advantage of Data Mirror/DataMart. Bullhorn prefers to use REST API. Name, go to Setup > Custom Metadata Types > Email Signature and paste it in User Email Signature API Field Name.
Once the User-level email signature has been configured, users can decide if they want to automatically attach it to all emails (and manually remove from emails where it is not needed) or to disable it by default (and add manually on individual emails where a signature is required).
These are the steps to enable automatically attaching the email signature:
- Go to Setup > Object Manager > User > Fields & Relationships.
- Create a new custom field with the field type of checkbox.
- Once you have created the field, copy its API Name, go to Setup > Custom Metadata Types > Email Signature and enter it in User Always Add Signature API Field Name.
- If Users set this checkbox to True on their User records, then the configured email signature will always be added. If it’s set to False, then it can only be added manually.
Email Signature Options in the Email Editor
The email signature is always attached to the outgoing email, so you will not see it in the email Message field, but you can check it in using the Preview button before sending.
Once Email Signature is configured using any of the options above, an Add my signature to the email checkbox is displayed on the Email Editor that lets users decide if they want to attach a signature or not to the individual email they are sending, regardless of what the default behavior is.