Skip to main content

Schedule and track interviews using Calendly, Zoom, Asana, and Gmail

Workflow preview

Workflow preview
100%
Schedule and track interviews using Calendly, Zoom, Asana, and Gmail preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description This workflow automates interview scheduling by orchestrating Calendly, Zoom, Asana, and Gmail into a single, reliable hiring pipeline. When a candidate books an interview, the autom...

Best for

  • HR automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.asana, n8n-nodes-base.stickynote, n8n-nodes-base.errortrigger, n8n-nodes-base.gmail, n8n-nodes-base.calendlytrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.zoom

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Schedule and track interviews using Calendly, Zoom, Asana, and Gmail
Workflow name
Schedule and track interviews using Calendly, Zoom, Asana, and Gmail

📊 Description

This workflow automates interview scheduling by orchestrating Calendly, Zoom, Asana, and Gmail into a single, reliable hiring pipeline. When a candidate books an interview, the automation ensures the interview is properly scheduled, tracked, assigned, and communicated — without any manual follow-ups. The workflow listens for new Calendly bookings, normalizes scheduling data, creates a Zoom meeting, assigns a structured interview task in Asana, and notifies the appropriate interviewer via email. Conditional routing ensures the right stakeholders are involved while keeping candidate communications separate. Designed for real-world hiring operations, this automation provides consistency, accountability, and scalability as interview volume grows.

🔁 What this template does

  • Receives interview booking events from Calendly via webhook.
  • Normalizes and structures scheduling details such as time, timezone, and invitee information.
  • Creates a Zoom meeting automatically for the scheduled interview.
  • Routes the interview based on type (for example, HR or Technical).
  • Creates a structured Asana task assigned to the appropriate interviewer.
  • Stores interview context and Zoom meeting links directly in the Asana task.
  • Sends automated email notifications to interviewers with complete interview details.
  • Ensures interviewer-side visibility without exposing candidate-facing communications.
  • Executes fully automatically with no manual intervention.

⭐ Key benefits

  • Eliminates manual interview coordination and follow-ups
  • Ensures every interview has a correctly configured Zoom meeting
  • Keeps interviewers aligned through structured Asana task tracking
  • Provides reliable, role-based notifications
  • Reduces scheduling errors and missed interviews
  • Production-ready automation for growing hiring teams

🧩 Features

  • Calendly webhook-based trigger
  • Normalized interview data handling
  • Automated Zoom meeting creation
  • Interview-type routing and interviewer assignment
  • Interview-focused Asana task management
  • Automated Gmail notifications
  • Clean, interviewer-only communication flow
  • Scalable interview orchestration design

🔐 Requirements

  • Calendly account with webhook access enabled
  • Zoom API credentials
  • Asana OAuth2 credentials
  • Gmail OAuth2 credentials
  • n8n (cloud or self-hosted)

🎯 Target audience

  • Hiring managers
  • Technical interviewers
  • HR and recruitment teams
  • Startups and SaaS companies
  • Automation engineers building internal hiring pipelines

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Create HR Interview Task

Type / Role
n8n-nodes-base.asana - asana
Config choices
Version 1

Block 2 - Create Technical Interview Task

Type / Role
n8n-nodes-base.asana - asana
Config choices
Version 1

Block 3 - Workflow overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Error Handler Trigger

Type / Role
n8n-nodes-base.errorTrigger - errorTrigger
Config choices
Version 1

Block 5 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Error Email Notification

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Receive interview booking

Type / Role
n8n-nodes-base.calendlyTrigger - calendlyTrigger
Config choices
Version 1

Block 12 - Prepare interview data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Route by interview type

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 14 - Create Zoom meeting

Type / Role
n8n-nodes-base.zoom - zoom
Config choices
Version 1

Block 15 - Create Zoom meeting1

Type / Role
n8n-nodes-base.zoom - zoom
Config choices
Version 1

Block 16 - Notify HR team

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 17 - Notify interviewer

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

3. Summary Table

Workflow Schedule and track interviews using Calendly, Zoom, Asana, and Gmail
Complexity advanced
Nodes 17
Categories HR
Author Rahul Joshi
Published 29 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12271/12271.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Schedule and track interviews using Calendly, Zoom, Asana, and Gmail do?

Description This workflow automates interview scheduling by orchestrating Calendly, Zoom, Asana, and Gmail into a single, reliable hiring pipeline. When a candidate books an interview, the autom...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR use case.