INTEGRATIONS

Connect VerifiedCore
to your stack

Official SDK for every language. No-code connectors for automation platforms, CMS, and website builders. If it supports webhooks or HTTP, it works with VerifiedCore.

No-code platforms
🔄
n8n
Open-source workflow automation
Open source

The VerifiedCore n8n node lets you trigger OTP sessions, wait for delivery, and branch on success/failure — all in a visual workflow. Self-host or use n8n Cloud.

Setup steps
  1. 1.Install the @verifiedcore/n8n-node package
  2. 2.Add your API key in n8n Credentials
  3. 3.Drag the VerifiedCore node into your workflow
  4. 4.Choose: Search Numbers, Purchase Session, or Get OTP
// Equivalent API call behind the n8n node
POST /api/v1/numbers/purchase
{ "numberId": "{{$json.numberId}}" }
Zapier
Connect to 6,000+ apps
Official app

Use the VerifiedCore Zapier app to trigger OTP sessions from any Zap. Connect to Google Sheets, Airtable, HubSpot, Salesforce, or any of 6,000+ Zapier apps.

Setup steps
  1. 1.Search 'VerifiedCore' in the Zapier app directory
  2. 2.Authenticate with your API key
  3. 3.Set 'Purchase OTP Session' as your action
  4. 4.Map fields from your trigger app
// Zapier webhook payload example
{
  "numberId": "num_abc123",
  "serviceSlug": "whatsapp",
  "countryCode": "NG"
}
📝
WordPress
WP plugin + WooCommerce support
WP plugin

The VerifiedCore WordPress plugin adds a shortcode and Gutenberg block for OTP verification. Works with WooCommerce checkout, user registration, and login flows.

Setup steps
  1. 1.Install VerifiedCore plugin from WP directory
  2. 2.Enter your API key in Settings → VerifiedCore
  3. 3.Add [verifiedcore_otp] shortcode to any page
  4. 4.Configure hooks for registration or checkout
// Shortcode usage
[verifiedcore_otp
  service="whatsapp"
  country="NG"
  on_success="redirect:/dashboard"
]
🎨
Wix
Velo by Wix integration
Velo ready

Use Velo by Wix to call the VerifiedCore REST API from any Wix site event — form submission, button click, or member registration.

Setup steps
  1. 1.Enable Velo Developer Mode on your Wix site
  2. 2.Add the API key to your site's secret manager
  3. 3.Copy the code snippet into any page code
  4. 4.Wire to any input event
// Wix Velo snippet
import { fetch } from 'wix-fetch'

const res = await fetch('/api/v1/numbers/purchase', {
  method: 'POST',
  headers: { Authorization: `Bearer ${apiKey}` },
  body: JSON.stringify({ numberId })
})
More integrations
🔮
Make (Integromat)
Automation
💬
Bubble.io
No-code builder
🌊
Webflow
Website Builder
🛍
Shopify
E-commerce
Supabase
Backend-as-a-Service
🔥
Firebase
Backend-as-a-Service
🧲
HubSpot
CRM
☁️
Salesforce
CRM
📊
Airtable
Database
📓
Notion
Productivity
💬
Slack
Communication
📞
Vonage
Telephony
Don't see your platform? Request an integration →