« Back to Documentation OverviewcampaignBounceMessage – v1.3
campaignBounceMessage(string apikey, string cid, string email)
Retrieve the most recent full bounce message for a specific email address on the given campaign.
Messages over 30 days old are subject to being removed
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| cid | the campaign id to pull bounces for (can be gathered using campaigns()) |
| email | the email address or unique id of the member to pull a bounce message for. |
| Returns | | array |
the full bounce message for this email+campaign along with some extra data.
| string | date | date/time the bounce was received and processed
| | string | email | the email address that bounced
| | string | message | the entire bounce message received
| |