Skip to main content
HiredScore
Last Updated: 2026-03-13
Example: Set Up a HiredScore Candidate Offer Template

Example: Set Up a HiredScore Candidate Offer Template

This example illustrates:
  • How to configure the template for the Candidate Offer message that is triggered by the Hiring Manager Talent Advisor Collaborator (also known as HMTAC or the HM-TA Collaborator) functionality in MS Teams.
  • The impact of this configuration in MS Teams.
Your organization uses the HMTAC functionality to facilitate team communication about specific requisitions. It triggers the sending of messages in MS Teams at various stages throughout the process. You want to customize the Candidate Offer message template, which notifies the hiring manager when a candidate (or every candidate who reaches this step) is identified for an offer. Customization needs to include:
  • A specific message title.
  • A tag that mentions and notifies the manager that handles the requisition.
  • A specific message body.
  • A link to best-practice guidance for recruiters and hiring managers at this stage.
After configuration is complete, the message should display as follows in MS Teams:
Your implementer must complete the steps to configure and authenticate the HiredScore and MS Teams integrations in Workday.
Changes submitted on this tab impact your account's configuration in HiredScore and existing configurations (including custom rules or filters) are overridden. Changes can take up to 30 minutes to display in the HiredScore UI. In some cases, this may take longer.
  1. Access the
    HiredScore Tenant Setup
    task in Workday.
  2. On the
    HM <> TA Collaborator
    tab, select the
    Candidate Offer Template
    sub-tab.
  3. Click
    Edit
    .
  4. Select the
    Enable in HM-TA Collaborator
    check box to ensure that any changes you make on this task are effective in MS Teams after submitting them in Workday.
  5. In the
    Triggered By
    section, select the
    Job Application Steps
    that belong to the Hiring Manager Dashboard (Candidate Offer) phase.
  6. Enter and select these values:
    Field
    Value
    Message Title
    Candidate identified for an offer!
    Mentioning
    Manager
  7. Customize the template’s
    Message Body
    .
    1. Copy the default text in the
      Message Body
      field.
      This field is automatically populated with a default message in JSON format.
    2. Access the Microsoft Adaptive Cards Designer at https://adaptivecards.io/designer/.
    3. In the Adaptive Cards Designer, replace any existing content in the
      Card Payload Editor
      with the JSON text that you copied in step a.
      The card preview updates in real time to display how the message card is currently configured.
    4. In the
      Card Payload Editor
      , customize the message using the parameters listed in the
      Available Params
      section in Workday, as well as custom links (see step
      g
      ).
      For the purpose of this example, include these parameters and a custom link to a Help Center article on sending offers.
      • ${candidate_name}
      • ${external_req_id}
      • ${req_title}
      • ${identify_candidate_offer_1}
      The resulting JSON text in the
      Card Payload Editor
      is:
      { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "body": [ { "type": "TextBlock", "wrap": true, "text": "Congratulations! You have successfully identified
      ${candidate_name}
      for an offer for
      ${external_req_id}
      ${req_title}
      . For details on roles and responsibilities for you and the recruiter during the offer phase, click [Communicate the offer](
      ${identify_candidate_offer_1}
      )." } ] }
      The
      version
      JSON key is for internal reference purposes only and doesn’t impact JSON behaviour.
    5. Click
      Copy Card Payload
      and return to the
      HiredScore Tenant Setup
      task in Workday.
    6. Paste the copied JSON text into the
      Message Body
      field to replace the existing content.
    7. For the
      ${identify_candidate_offer_1}
      parameter in the
      Custom Links
      section, enter the URL of the Help Center article in the corresponding Links field.
      Verify that the JSON syntax is correct to avoid JSON errors.
  8. Click
    OK
    .
  9. Click
    Done
    .
  10. (Optional) You can add translations for supported languages by selecting
    Add Translation
    in the
    Translations
    section.
    1. Select the language you want to add and provide the translated text for both the
      Message Title
      and
      Message Body
      fields.
    2. Verify that any dynamic parameters in the original message are maintained in all translations.
    3. After you add translations, verify that the message renders correctly in the Adaptive Cards Designer and that all parameters and links are correct.
When a candidate is identified and the HMTAC functionality triggers an automated MS Teams message to the hiring manager, it should display as illustrated in the screengrab.
Any users selected in the
Mentioning
field receive an MS Teams notification.