Meetharry x Make

Trigger Make scenarios automatically when a candidate finishes an interview.


Step 1 — Get your Meetharry API key

Go to Integrations > Make and generate your API key. Copy it.


Step 2 — Create a scenario in Make

  1. Create an account on Make if you don't have one
  2. Go to Scenarios and click Create a new scenario
  3. Click the first module and search for Webhooks
  4. Select Custom webhook and click Add
  5. Under Advanced settings, paste your Meetharry API key in the API keys section — this ensures only Meetharry can trigger your scenario
  6. Save — Make will give you a webhook URL like https://hook.eu1.make.com/xxxxxxxx. Copy it.

Step 3 — Build your scenario

Add the modules you want to run after the webhook trigger — Slack message, email, CRM update, or anything else. Map the following variables from the webhook payload:

VariableDescription
Full name of the candidate
Email address of the candidate
Numeric score from the interview feedback
true or false
Job title the candidate was interviewed for
Meetharry interview identifier
Meetharry feedback record identifier
ISO 8601 timestamp of when the interview completed

Step 4 — Activate the scenario

Toggle the scenario On. Make only receives data when the scenario is active — if it is off, webhooks will be lost.


Step 5 — Register the webhook in Meetharry

Go to Integrations > Make, paste your Make webhook URL in the Webhooks section and click Register.

That's it. Every time a candidate completes an interview, Meetharry will send the payload to Make and your scenario will run.


Notes