|
|
{{#if notificationType.candidatesAvailableForReview}}
| Job title |
No of resource bookings |
Candidates |
Status |
{{#each teamJobs}}
| {{this.title}} |
{{this.nResourceBookings}} |
|
{{#each this.jobCandidates}}
- {{this.status}}
{{/each}}
|
{{/each}}
{{/if}}
{{#if notificationType.interviewComingUpForHost}}
| Job title |
Candidate Handle |
Interviews |
Attendees |
Date and Time |
| {{this.jobTitle}} |
{{this.handle}} |
Link |
{{#each this.attendees}}
- {{this}}
{{/each}}
|
{{this.startTime}} |
{{/if}}
{{#if notificationType.interviewComingUpForGuest}}
| Job title |
Date and Time |
Interviews |
| {{this.jobTitle}} |
{{this.startTime}} |
Link |
{{/if}}
{{#if notificationType.interviewCompleted}}
| Job title |
Candidate Handle |
Date and Time |
Attendees |
Interviews |
| {{this.jobTitle}} |
{{this.handle}} |
{{this.startTime}} |
{{#each this.attendees}}
- {{this}}
{{/each}}
|
Link |
{{/if}}
{{#if notificationType.postInterviewCandidateAction}}
| Job title |
Handle |
Date and Time |
Attendees |
Interviews |
{{#each teamInterviews}}
| {{this.jobTitle}} |
{{this.handle}} |
{{this.startTime}} |
{{#each this.attendees}}
- {{this}}
{{/each}}
|
Link |
{{/each}}
{{/if}}
{{#if notificationType.upcomingResourceBookingExpiration}}
Team Name:
{{teamName}}
| Job title |
Resource Bookings Handle |
End Date |
{{#each teamResourceBookings}}
| {{this.jobTitle}} |
{{this.handle}} |
{{this.endDate}} |
{{/each}}
{{/if}}
{{#if notificationType.jobCandidateResumeViewed}}
Hi {{jobCandidateUserHandle}}.
Your resume for the job "{{jobName}}" has been viewed by the client.
{{/if}}
{{#if notificationType.newTeamCreated}}
Team:
{{teamName}}
| Job Title |
Job Start Date |
Job Duration |
{{#each jobList}}
| {{this.title}} |
{{this.startDate}} |
{{this.duration}} |
{{/each}}
{{/if}}
{{#if notificationType.newJobCreated}}
{{/if}}
{{#if notificationType.overlappingInterview}}
| Team Name |
Job Title |
Job Candidate |
Interview Start Date |
Interview End Date |
{{#each interviews}}
| {{this.teamName}} |
{{this.jobTitle}} |
{{this.candidateUserHandle}} |
{{this.startTime}} |
{{this.endTime}} |
{{/each}}
{{/if}}
{{#if notificationType.candidateSelected}}
| Team Name |
Job Title |
Job Start Date |
Job Duration |
Job Candidate |
| {{teamName}} |
{{jobTitle}} |
{{jobStartDate}} |
{{jobDuration}} |
{{userHandle}} |
{{/if}}
{{#if notificationType.resourceBookingPlaced}}
| Team Name |
Job Title |
Resource Booking Handle |
Resource Booking Start Date |
Resource Booking End Date |
| {{teamName}} |
{{jobTitle}} |
{{userHandle}} |
{{startDate}} |
{{endDate}} |
{{/if}}
If you have any questions about this process or if you encounter any issues coordinating your availability, you may reply to this email or send a separate email to our Gig Work operations team.
Thanks!
The Topcoder Team
|