Handle Bounce (with /handle/ path)​
Webhook endpoint for email service providers to report bounces, complaints, and unsubscribes. This is the variant with /handle/ in the path. The FluentCRM router registers this route as ANY; it is represented as POST here because OpenAPI requires a concrete operation method. Validates the security code and processes the bounce event for built-in services. Custom services can be handled via the fluent_crm_handle_bounce_{service_name} filter.
Parameters​
Path Parameters
Email service provider name. Built-in handlers include mailgun, pepipost, postmark, sendgrid, sparkpost, elasticemail, postalserver, smtp2go, brevo, and tosend. Custom provider slugs are also allowed and can be handled with the fluent_crm_handle_bounce_{service_name} filter.
Security code for webhook authentication. Must match the stored bounce key.
Request Body​
Responses​
Bounce request processed. The controller returns a success payload for valid requests, and also returns an error-shaped JSON body when the security code is invalid.