Skip to main content
You can easily make custom API calls to the Hireflix GraphQL endpoint directly from Zapier using Webhooks by Zapier → Custom Request. This is especially useful if you want to invite candidates, fetch data, or trigger actions without writing code.

Step 1: Add a “Webhooks by Zapier” step

In your Zap, choose: -> App: Webhooks by Zapier
-> Event: Custom Request
Zapier custom request

Step 2: Configure the Request

  • Method: POST
  • URL: https://api.hireflix.com/me
  • Content-Type: application/json
  • Headers: X-Api-Key: <your-api-key>
Then add your GraphQL mutation or query. You can paste the GraphQL query into the “Data” field. For example, here’s how you can invite a candidate to an interview:
Unsure how to structure your query as a one-line web payload? Read this FAQ tutorial.
Zapier configure request

Step 3: Test your setup

Click Continue → Test Step. If successful, you’ll see a response like this:

Step 4: Fetch Transcripts using Zapier

Below you can find the query you need:
And here’s the code you need to process the information:

📹 Watch our video tutorials