DocsAPI ReferenceEmailer/bff/emailer/template-send-debug-email
postEmailerAdmin BFF

/bff/emailer/template-send-debug-email

Sends a test email using the specified template to the current user for debugging.

EmailerpostBffEmailerTemplate-send-debug-email

Parameters

1 body

1 total
Body · 1
templateCodestringRequired

Template code to send a debug email for.

Request

POST /bff/emailer/template-send-debug-email

post
curl -X POST "https://api.bizkithub.com/bff/emailer/template-send-debug-email" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "templateCode": "order-confirmed-v1"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key