Create a key to copy examples filled with your team.

Email suppressions

Addresses PostShiba will not send to.

A suppression is an address PostShiba will not send to. Rows are unique per team and tenant. Plus tags collapse to the same address, so user+promo@dest.test matches user@dest.test.

Reasons

reason How it got there
bounce Hard bounce on that recipient.
spamreport Kumo Feedback for that recipient.
manual You added the address in the dashboard or API.

REST send checks the list before inject. A hit returns 403 {error: suppressed}. Kumo rejects the same address later with 550 suppressed if it still gets that far.

API

  1. GET /api/v1/teams/:team_id/suppressions lists rows.
  2. POST /api/v1/teams/:team_id/suppressions adds one. Reason is always manual. Optional tenant_id defaults to the team's default tenant.
  3. DELETE /api/v1/suppressions/:id removes a row.
suppression.json
1 {
2 "suppression": {
3 "email": "blocked@example.com",
4 "tenant_id": 12
5 }
6 }

The dashboard suppressions page uses the same create and delete. Hard bounce and spam report write the row for you.

About

PostShiba is the transactional email platform that powers Bento behind the scenes. You can build your own products, like Bento, on top of it.

© 2026 PostShiba by Backpack Internet Pty. Ltd. All rights reserved.

The same policies that govern Bento are applied to PostShiba Privacy | Terms | Security