Skip to content

Commit 1882676

Browse files
fix(tem): add webhooks and permission sets
1 parent a18b5e5 commit 1882676

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

identity-and-access-management/iam/reference-content/permission-sets.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Below is a list of the permission sets available at Scaleway.
103103
| ObservabilityFullAccess | Full access to create, read, list, edit and delete Observability |
104104
| TransactionalEmailReadOnly | List and read access to Transactional Email |
105105
| TransactionalEmailFullAccess | Full access to create, read, list, edit and delete Transactional Email |
106+
| TransactionalEmailBlocklistFullAccess | Full access to blocklists in transactional email. |
107+
| TransactionalEmailBlocklistReadOnly | Read access to blocklists in transactional email. |
106108
| TransactionalEmailDomainReadOnly | Read access to domains in Transactional Email. Does not include permissions for e-mails |
107109
| TransactionalEmailDomainFullAccess | Full access to domains in Transactional Email. Does not include permissions for e-mails |
108110
| TransactionalEmailEmailReadOnly | Read access to e-mails in Transactional Email. Does not include permissions for domain configuration |

managed-services/transactional-email/concepts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ These are the different event types:
172172
- `email_delivered`: The email was successfully sent and accepted by the destination server. This event confirms that the email has reached the recipient's inbox.
173173
- `email_spam`: The email was identified as spam by Scaleway or the destination server. This event indicates that the email was classified as spam, either by an automated filter or by the recipient.
174174
- `email_mailbox_not_found`: The email was definitively rejected with a "mailbox not found" error. This indicates that the recipient's email address does not exist or is no longer active.
175+
- `email_blocklisted` - An email was blocked by an active blocklist.
176+
- `blocklist_created` - A blocklist is created for an email address. Any new emails sent by the address will be blocked.
175177

176178
<Message type="note">
177179
Refer to the [Transactional Email API documentation](https://www.scaleway.com/en/developers/api/transactional-email/) for more information about event types.

managed-services/transactional-email/how-to/manage-blocklists.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ To see the blocklist:
3636
2. Click the domain for which you want to manage the blocklist. An overview of your domain appears.
3737
3. Click the **Blocklist** tab. Your blocklist displays detailing the recipient email, the flags, the date the block began and when it ends.
3838

39+
<Message type="tip">
40+
You can [create webhooks](/managed-services/transactional-email/how-to/create-webhooks) for the following blocklist events:
41+
- `email_blocklisted` - An email was blocked by an active blocklist.
42+
- `blocklist_created` - A blocklist is created for an email address. Any new emails sent by the address will be blocked.
43+
44+
By setting up a blocklist webhook, you can track changes to your blocklist in real time.
45+
</Message>
46+
3947
## How to unblock an email address
4048

4149
You can unblock any address that was added to the blocklist. This is useful in cases where:
@@ -52,4 +60,4 @@ You can unblock any address that was added to the blocklist. This is useful in c
5260
Make sure the issue causing the email's rejection is resolved before unblocking it to protect your reputation score and ensure optimal email deliverability.
5361
</Message>
5462
5. Type **UNBLOCK** and click **Unblock** if you wish to continue.
55-
The email address is removed from your blocklist.
63+
The email address is removed from your blocklist.

0 commit comments

Comments
 (0)