Skip to main content

Schedule interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei

Workflow preview

Workflow preview
100%
Schedule interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei preview
Open on n8n.io

Important notice

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

1. Workflow Overview

: AI Powered Interview Scheduling & Reminders This workflow automates the end to end process of scheduling technical or behavioral interviews. It captures interview data via Webhook, creates a Goog...

Best for

  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.googlecalendar, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.wait, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Recrutei Automações .

Original n8n.io source

1.1 Workflow description

Title
Schedule interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei
Workflow name
Schedule interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei

Overview: AI-Powered Interview Scheduling & Reminders

This workflow automates the end-to-end process of scheduling technical or behavioral interviews. It captures interview data via Webhook, creates a Google Calendar event with an integrated Google Meet link, generates a personalized, professional reminder email using AI (GPT-4.1-mini), and automatically sends it via Gmail exactly 24 hours before the interview.

Setup Instructions

To implement this workflow, follow these steps:

  1. Webhook: Copy the Production URL and configure it in your Recrutei ATS to send interview JSON data.
  2. Google Calendar: Connect your account. The node is pre-configured to generate a "hangoutsMeet" conference link.
  3. OpenAI: Requires a valid API Key. The AI acts as a Recruitment Assistant to draft a professional email body.
  4. Wait Node: Currently set to "1 day before" the interview. You can adjust this timing based on your communication policy.
  5. Gmail: Connect your recruiter or company account to perform the final delivery.
  6. Recrutei's API: Inserts your Recrutei token in the Authorization header.

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 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Formatting the start date/time

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Create the interview and invites the candidate

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 4 - Creates the e-mail content

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 5 - Separates the text

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Wait until 1 day before the interview

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 7 - Send the message to the candidate

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Adding observation in candidate

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 13 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 14 - If

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

Block 15 - Adding observation in candidate1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 16 - Getting the vacancy

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 17 - Selecting pipe stage id

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Moving candidate to last stage

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 19 - Reproval e-mail

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

Block 20 - Request for candidate aproval

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 21 - Reproving candidate

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 22 - Sticky Note4

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

Block 23 - Sticky Note5

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

Block 24 - Sticky Note6

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

3. Summary Table

Workflow Schedule interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei
Complexity advanced
Nodes 24
Categories AI Summarization
Author Recrutei Automações
Published 22 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12043/12043.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 interviews and send GPT-4 reminders with Google Calendar, Gmail, Slack and Recrutei do?

: AI Powered Interview Scheduling & Reminders This workflow automates the end to end process of scheduling technical or behavioral interviews. It captures interview data via Webhook, creates a Goog...

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 AI Summarization use case.