Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | Yes | Sitecore Send API Key | |
SMTP_FROM | No | SMTP From Address | |
SMTP_USER | No | SMTP User | |
SMTP_ENABLED | No | Enable SMTP functionality | true |
SMTP_PASSWORD | No | SMTP Password | |
TRANSACTIONAL_EMAILS_CAMPAIGN_ID | No | Campaign ID required to enable send_transactional_email |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
send_smtp_email | Send an email using SMTP |
get_lists | Get all available mailing lists |
get_single_list | Get a single mailing list details: total count, status, etc |
get_subscribers | Get subscribers of a mailing list |
get_subscriber_by_email | Get subscriber by email |
add_subscriber | Add subscriber to a mailing list |
unsubscribe_subscriber | Unsubscribe subscriber from a mailing list |
send_transactional_email | Send an email using transactional email service |