Suppression
In order to prevent BouncePilot from contacting your known customers, it is necessary to provide a list of known contacts to BouncePilot.
The list can either be uploaded via SFTP to our pool server or pushed via API call.
SFTP suppression
Connection details
Server: pool.bouncepilot.com
Port: 9022
Protocol: SFTP
Suppression directory: blacklist-advertiser
Your login and password will be provided to you by your account manager.
File format
The CSV file with your suppression data should contain 1 identity per line. The identities should be provided as lowercase, trimmed plaintext email addresses or MD5 hashes of lowercase, trimmed emails.
The file can be ZIPed in order to make bigger suppression lists easier to upload.
Connection
You can use any file manager of your choice with SFTP support. The following examples are created using FileZilla.
Create a new connection
Open the Site Manager and enter your connection details:
Go to the suppression target directory blacklist-advertiser
:
Upload your suppression file:
API suppression
You will need an API key in order to send data to the suppression API.
After obtaining the API key from your account manager, you can use REST api to submit the suppression.
Server URL | https://events.bouncepilot.com |
Authentication method | Api key in header `BopiApiKey` |
Credentials | Your API key |
API calls
Single email suppression
HTTP Method | POST |
Endpoint | /v1/suppression/advertisers/{your advertiser id} |
In | {"email": "jakub@example.com"} |
API Key header | BopiApiKey: your-api-key |