/api/v1/emailer/webhook-incoming-email
Receives incoming email data from an external email provider webhook. The body format depends on the provider and is processed internally.
emailerpostApiV1EmailerWebhook-incoming-email
No parameters
This endpoint takes no path, query, header or body parameters.
Request
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 '{}'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.