> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revyops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EmailBison Webhook



## OpenAPI

````yaml POST /public/emailbison-webhook/{client_id}
openapi: 3.0.3
info:
  title: RevyOps API
  version: 1.0.0
servers: []
security: []
paths:
  /public/emailbison-webhook/{client_id}:
    post:
      tags:
        - public
      operationId: public_emailbison_webhook_create
      parameters:
        - in: path
          name: client_id
          schema:
            type: string
          required: true
      responses:
        '200':
          description: No response body

````