Automations API

v1.1 Base URL: https://zap-api.omnivery.net

The Omnivery Automations API is a lightweight API intended for easy 3rd party integrations mostly with low-code and no-code platforms like Make.com or Zapier.

Purpose of this API is to simplify development of integrations as much as possible.

Authentication

  • API Key: API Key in header as ov-token

Enter your credentials below to use the Try it feature:

Bot Detection

POST /{domain}/bot Validate Interactions
GET /{domain}/bot/{request_id} Retrieve Result
GET {domain}/{message_id}/hclick Add Honeypot
POST /webhook Webhook

Email

POST /{domain}/messages Send message
GET /{domain}/validate Email Validate
POST /{domain}/suppress Suppress Email
GET /address/parse Email Parse

General

GET /domains Get available domains
GET /domains/{domain} Get domain details
GET /test Connection test

Webhooks

DELETE /domains/{domain}/webhooks/{webhooktype} Unsubscribe webhook
POST /domains/{domain}/webhooks Subscribe webhook
GET /domains/{domain}/webhooks/{webhooktype}/sample Perform webhook