Create a Campaign Bounce

Manually register a bounce event for a subscriber within a campaign. Useful for syncing external bounce events.

πŸ›‘ Create a Campaign Bounce

Use this endpoint to create and log a bounce for a subscriber under a specific campaign.


πŸ”Ή HTTP Request

POST API-URL/campaigns/CAMPAIGN-UNIQUE-ID/bounces

πŸ”Έ 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

X-API-KEY: your-api-key-here

πŸ’» PHP Example


πŸ“¦ Sample JSON Response