BizKitHub
DocsAPI ReferenceEmailer/api/v1/emailer/webhook-incoming-email
postEmailerPublic API v1

/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

Parameters

JSON body

Request body

application/json
object

Response schema

1 status code documented

200Success
success"true"Required

Response example

application/json
{
  "success": true
}

Request example

POST /api/v1/emailer/webhook-incoming-email

post
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 '{}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key