Parameters
JSON body
Request body
application/jsontemplateCodestringRequiredTemplate code to send a debug email for.
Example
order-confirmed-v1Sends a test email using the specified template to the current user for debugging.
JSON body
templateCodestringRequiredTemplate code to send a debug email for.
order-confirmed-v11 status code documented
This response returns no JSON body.
{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.