Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENDLAYER_API_KEY | Yes | Your SendLayer API key (required) | |
| SENDER_EMAIL_ADDRESS | No | Your sender email address from a verified domain (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send-email | Send an email using SendLayer |
| get-events | Retrieve events with optional filters |
| list-webhooks | List registered webhooks |
| create-webhook | Create a webhook |
| delete-webhook | Delete a webhook by ID |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |