authepy.
No-Code & Automations

Email OTPs for Zapier, Make, & Bubble.

Every time a fake user triggers your workflow, it costs you money. Add Authepy to Zapier, Make, or Bubble to force users to verify their email before your expensive automations run.

The missing link in your workflows.

Standard form builders don't verify emails—they just accept whatever the user types. By inserting Authepy as a "gatekeeper" step, you keep your databases clean and your CRM costs down.

Z

Zapier Native

Use the built-in "Webhooks by Zapier" app. No custom plugins or complex authentication hurdles needed.

M

Make.com Ready

Drop in an "HTTP Request" module. Authepy returns simple True/False answers so your routers know exactly what to do.

Instant Delivery

Your users won't abandon the form waiting for an email. Our dedicated edge lanes deliver the 6-digit code in under 3 seconds.

The Workflow Configuration Guide

Copy and paste these exact values into your Zapier Webhooks or Make HTTP modules.

1

Get your Secret API Key

Create your free Authepy account, go to API Keys in the left menu, and copy your Standard Secret Key (it starts with ath_sec_live_). You will paste this into your automation tool to prove who you are.

2

Create the "Send Email" Action

In Zapier, add a Webhooks by Zapier (Custom Request) step. In Make, add an HTTP (Make a Request) module. Fill in the boxes exactly as shown below:

Action Setup: Send OTP
Method
POST
URL
https://api.authepy.com/api/otp/request
Data / Body
Select the Email from your Trigger Step
Headers

Result: Authepy emails the user and returns a requestId you will need for Step 3.

3

Create the "Verify Code" Action

When your user inputs the 6-digit code, create another Webhook/HTTP module. Keep the Method and Headers exactly the same as Step 2.

Change the URL and the Data boxes to this:

Action Setup: Verify OTP
URL
https://api.authepy.com/api/otp/verify
Data / Body
Select the requestId from Step 2
Select the Code the user typed in
4

Add the "Filter" Step

Authepy will instantly respond to your Verify step telling you if the code was correct. Now, just add a Filter (in Zapier) or a Router (in Make) right after it.

  • Set the condition: Only continue if "success" (from the Authepy step) (Boolean Is) True.
  • If they typed the wrong code, the workflow stops immediately. Your CRM stays clean, and you don't pay for wasted automation tasks!

Ready to protect your workflows?

It takes less than 5 minutes to set up the Webhooks. Create your free Authepy account to grab your API keys and secure your automations today.