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

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

Email

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

General

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

Webhooks

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