get_campaign_abuse_report
Retrieve details of a specific spam complaint filed for a sent campaign, including the member's email address and the date of the complaint.
Instructions
Retrieve a single abuse (spam) complaint for a sent campaign.
Use to inspect the details of one complaint, including which member filed it and when. Use get_campaign_abuse_reports to discover report IDs.
Args: campaign_id: Sent campaign ID. Obtain from list_campaigns or search_campaigns. report_id: Abuse report ID. Obtain from get_campaign_abuse_reports.
Returns: JSON with id, campaign_id, list_id, email_id, email_address, date, merge_fields, vip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| report_id | Yes | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |