PrimeBrickPrimeBrick
  • Docs
  • Contact
  • MIT License
  • Documentation
  • MCP Server
  • API Catalog
  • Services
  • Libraries
PrimeBrickPrimeBrick

© 2026 PrimeBrick. MIT License. v3.8.0

github
Information
providers
    Get providers entity metadatagetList all email providersgetGet a single email provider by UUIDgetUpdate an email provider by UUIDputDelete an email provider (soft-delete)deleteCreate a new email providerpost
config_entries
    Get config_entries entity metadatagetList all configuration entriesgetGet a single config entry by UUIDgetUpdate a config entry value by UUIDput
webhook
    Receive an inbound webhook from an email providerpost
powered by Zudoku
EmailSender Catalog
EmailSender Catalog

webhook

Download schema

Inbound webhook receivers (API key auth)


Receive an inbound webhook from an email provider

POST
http://localhost:3002
/webhook
X-API-Key (header)

Receives delivery events (bounces, opens, clicks, etc.) from email providers. Uses API key authentication, not JWT. The provider is specified via the 'provider' query parameter.

Receive an inbound webhook from an email provider › query Parameters

provider
​string

Email provider name (defaults to 'brevo')

Default: brevo

Receive an inbound webhook from an email provider › Responses

Webhook processed

No data returned
POST/webhook
fetch('http://localhost:3002/webhook', { method: 'POST', headers: { 'X-API-Key': '<api-key>' } })
Example Responses
No example specified for this content type

config_entries