Create a Campaign Bounce
Manually register a bounce event for a subscriber within a campaign. Useful for syncing external bounce events into SenderWiz.
🛑 Create a Campaign Bounce
Use this endpoint to create and log a bounce for a subscriber under a specific campaign.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
CAMPAIGN-UNIQUE-ID
Yes
Campaign unique ID to create the bounce for.
📝 POST Parameters
Parameter
Required
Description
message
Yes
Bounce reason (max 250 characters).
bounce_type
Yes
Bounce type: hard
, soft
, or internal
.
subscriber_uid
Yes
Subscriber's unique ID (13 characters).
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated