Skip to content
  • There are no suggestions because the search field is empty.

Token Reference Guide

COMMUNICATION
This article will summarize the tokens that you can apply at various parts throughout the platform and where it will pull the data in from. Users can create custom tokens in the "Custom Fields" tab as well.
💡Important Notes
 
Case Sensitive: Tokens must be used exactly as shown (uppercase with underscores).
 
Context Required: Some tokens only work when relevant data exists. For example: Offer tokens require an active offer to be present.
 
Empty Values: If data is not available, the token is replaced with an empty string.
 
Date Formatting: All dates use "Month Day, Year" format (ex: January 5, 2026).
 
Currency Formatting: All currency values include dollar sign and two-decimal places.
 
Fallback Values: Some tokens have fallback sources. Ex: ScalisUser data falls back to UploadedCandidate data.
Application Information
Token NameDefinitionExample
APPLICATION_DATEThe date when the candidate submitted their application.Format: Month, day, year January 15, 2025
CANDIDATE_COMPANYThe candidate's current or most recent employer name.Acme Corporation, SCALIS
CANDIDATE_CURRENT_TITLEThe candidate's current or most recent job title.Software Engineer
SOURCE_NAMEHow the candidate was sourced or found.LinkedIn, Referral, Career Site
STAGE_NAME_NEXTThe next visible stage in the hiring pipeline.Technical Interview
Candiate Information
Token NameDefinitionExample
CANDIDATE_FIRST_NAMEThe candidate's first name.John
CANDIDATE_LAST_NAMEThe candidate's last name.Smith
CANDIDATE_NAMEThe candidate's full name.John Smith
CANDIDATE_FULL_NAMEAlias for CANDIDATE_NAME - the candidate's full name.John Smith
CANDIDATE_EMAIL_ADDRESSThe candidate's primary email address.john.smith@gmail.com
CANDIDATE_PHONEThe candidate's primary phone number.555-123-4567
CANDIDATE_MAILING_ADDRESSThe candidate's full mailing address.123 Main St. Apt 4, San Francisco, CA, 94102, USA
CANDIDATE_SCHOOLThe candidate's most recent or featured educational institution.Stanford University
CANDIDATE_PROFILE_LINKDirect link to view the candidate's profile in SCALIS.https://app.scalis.ai/company/candidate/12345?jobListingId=abc123
CANDIDATE_LINKEDIN_PROFILEThe candidate's LinkedIn profile URLlinkedin.com/johnsmith
Company Information
Token NameDefinitionExample
COMPANY_NAMEYour company's name.TechCorp Inc.
COMPANY_LINKEDIN_URLYour company's LinkedIn page URL.linkedin.com/company/techcorp
OFFICE_ADDRESSThe company office address.100 Business Ave, Suite 500, San Francisco, CA 94102, USA
OFFICE_NAMEThe name of the office location.San Francisco Headquarters
Interview Information
Token NameDefinitionExample
INTERVIEW_DATEThe date of the scheduled interview.January 20, 2026 (with timezone consideration)
INTERVIEW_START_TIMEThe interview start time with timezone.2:00 PM (PST)
INTERVIEW_END_TIMEThe interview end time with timezone.3:00 PM (PST)
INTERVIEW_TITLEThe full interview title combining company, job and stage.Format: "Job Interview: {company} - {job} - {stage}"
INTERVIEW_NAMEAlias for INTERVIEW_TITLESame as above.
INTERVIEW_TYPEThe type/format of the interview.Video Call
INTERVIEWER_NAMEName of the interviewer from the calendar event.Sarah Johnson
INTERVIEWER_NAMESAll interviewer names for the interview.Sarah Johnson, Mike Chen, John Smith
INTERVIEWER_ORGANIZER_NAMEThe person who organized / scheduled the interview.Sarah Johnson
INTERVIEW_INVITE_LOCATIONThe meeting location based on the interview type.Phone call, Video call URL, Onsite location address
INTERVIEW_INVITE_LOCATION_WITH_LABELThe meeting location with an appropriate label prefix.Meeting link: Zoom URL
INTERVIEW_KIT_LINKLink to the interview kit for interviewers.https://techcorp.scalis.ai/interview-kit/123/456/789
INTERVIEW_KIT_WITH_LABELInterview Kit link with a label prefix.Interview Kit: https://techcorp.scalis.ai/interview-kit/123/456/789
INTERVIEW_SUMMARYA complete formatted summary of all interview events.Multi-line formatted schedule grouped by day. Dates, times, titles, video links, phone #'s and locations.
SCORECARD_LINKDirect link to the candidate's scorecardhttps://app.scalis.ai/company/candidate/123?tab=interviews&autoOpenScorecard=true
SELF_SCHEDULER_LINKLink for the candidate to self-schedule their interview.https://app.scalis.ai/company/candidate/123?tab=interviews&autoOpenScorecard=true
Job Details
Token NameDefinitionExample
HIRING_MANAGER_NAMEThe hiring manager(s) for the position.Jane Doe, Robert Smith
RECRUITER_NAMEThe recruiter(s) assigned to the position.Tom Wilson
PRIMARY_CONTACTThe primary contact person for the requisition.Jane Doe
PRIMARY_CONTACT_EMAILEmail of the primary contact personjane.doe@company.com
JOB_POST_URLPublic URL to the job posting.https://app.scalis.ai/job/abc123
LINK_TO_APPLYApplication link for candidates (subdomain-aware)https://techcorp.scalis.ai/job/abc123
JOB_DESCRIPTIONThe full description text/{Full job description text}
Sender Information (My Information)
Token NameDefinitionExample
MY_FIRST_NAMEYour (the sender's) name.Sarah
MY_FULL_NAMEYour (the sender's) full name.Sarah Johnson
MY_EMAIL_ADDRESSYour (the sender's) email address.sarah.johnson@company.com
MY_JOB_TITLEYour (the sender's) job title.Default: "Team Member" if not set. Senior Recruiter
Offer Details
Token NameDefinitionExample
JOB_TITLEThe job title being offered.Senior Software Engineer
JOB_TYPEThe employment type.Full Time
The compensation rate (hourly or salary)$100,000 / year OR $25 / hour
START_DATEThe proposed start date.February 1, 2026
OFFER_EXPIRATION_DATEThe date when the offer expires.January 25, 2026
MANAGERThe reporting manager's name.John Director
REPORTING_MANAGERAlias for MANAGERJohn Director
BENEFITSThe benefits included in the offer.Health Insurance, Paid Time Off, 401k, etc
OFFER_VERSION_CANDIDATE_NAMEThe candidate's name as it appears on the offer.John Smith
Additional Compensation
Token NameDefinitionExample
ANNUAL_BONUSAnnual bonus amount.$15,000
SIGN_ON_BONUSSign-on bonus amount.$10,000
SPOT_BONUSSpot bonus amount.$5,000
EQUITY_PACKAGEEquity / RSU value.$50,000
STOCK_OPTIONSNumber of stock options.10,000
SALES_COMMISSIONSales commission percentage or amount.10
VARIABLE_COMPENSATIONVariable compensation amount.$20,000
System Information
Token NameDefinitionExample
TODAY_DATEThe current date when the message is sent.January 5, 2026
DAY_OF_WEEKThe current day of the week.Wednesday

Users are able to create Custom Fields to further automate their platforms.