Parameters
JSON body
Request body
application/jsonobject
Receives incoming email data from an external email provider webhook. The body format depends on the provider and is processed internally.
JSON body
1 status code documented
success"true"Required{
"success": true
}POST /api/v1/emailer/webhook-incoming-email
curl -X POST "https://api.bizkithub.com/api/v1/emailer/webhook-incoming-email" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.