Skip to main content
POST
/
api
/
public
/
email-campaign
/
send
/
{id}
Send an email campaign
curl --request POST \
  --url https://api.vambe.me/api/public/email-campaign/send/{id} \
  --header 'x-api-key: <x-api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

API key needed to authorize the request

Path Parameters

id
string<uuid>
required

Response

200 - application/json
success
boolean
Example:

true