Send Bulk Invitations
Create multiple invitations at once. Supports importing contacts without sending emails (`send_emails: false`).
Auth required: Yes
Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
contacts: array (required)relationship_type: string — Default relationship type for all contactssend_emails: boolean — Whether to send invitation emailsmessage: string — Personalized message for all invitations201: Invitations created400: Validation error401: Authentication required or invalid409: A request with this Idempotency-Key is currently being processed422: Idempotency-Key was already used with a different request bodyRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app