This guide walks you through obtaining all required credentials for the Resend plugin.Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication Method
The Resend plugin uses API key authentication.api_key(default) - API key authentication
API Key Setup
Step 1: Get API Key
- Log in to your Resend account
- Navigate to API Keys in the dashboard
- Click Create API Key
- Give your key a name (e.g., “Corsair Integration”)
- Select the required permissions
- Click Create
- Copy the API key immediately
- Important: Store the key securely - you won’t be able to see it again
corsair.ts
Webhook Secret
Step 1: Create Webhook
- In your Resend dashboard, go to Webhooks
- Click Add Webhook
- Configure:
- Webhook URL: Your webhook endpoint (e.g.,
https://yourapp.com/api/webhook) - Events: Select the events you want to receive:
email.sentemail.deliveredemail.bouncedemail.openedemail.clickedemail.complainedemail.failedemail.receiveddomain.createddomain.updated
- Webhook URL: Your webhook endpoint (e.g.,
- Click Add Webhook
- After creation, copy the Signing Secret shown
- Store it securely
corsair.ts
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| API Key | API Key auth | Dashboard → API Keys |
| Webhook Secret | Webhooks | Dashboard → Webhooks → Signing Secret |