/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
Body · 1
templateCodestringRequiredTemplate code to send a debug email for.
Request
POST /bff/emailer/template-send-debug-email
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.