lettr-com
- 8 skills
- 0 followers
- 22 hours ago last updated
- ▌ Lettr · lettr-com bundleUse when working with the Lettr email platform in a user's codebase — installing the SDK, sending transactional email, authoring templates, managing audience and campaigns, wiring webhooks, and diagnosing delivery problems. Routes to the matching sub-skill.
- ▌ Install · lettr-comUse when adding Lettr to a project for the first time. Detects the stack, installs the right SDK or framework integration, configures LETTR_API_KEY, verifies a sending domain, and optionally runs a test send.
- ▌ Sending · lettr-comUse when sending transactional email from a project with Lettr — composing a message (HTML/text/template), attachments, cc/bcc, tracking and metadata options, batch sends, scheduling, and idempotency. Assumes the SDK is already installed (run `install` first if not).
- ▌ Audience · lettr-comUse when managing Lettr audience data from code — contact lists, contacts (incl. double opt-in and bulk import), subscription topics, custom properties, and dynamic segments. This is the marketing/contacts side that campaigns send to.
- ▌ Diagnose · lettr-com bundleUse when emails are not delivering, a domain won't verify, a webhook is silent, or rate limits/quotas are firing. Triage flow pairs each symptom with the right diagnostic step and a reference for interpreting the result.
- ▌ Webhooks · lettr-comUse when setting up Lettr webhooks — registering an endpoint via the SDK/API and writing the handler that receives delivery/open/click/bounce events in the user's app. Covers auth (none/basic/oauth2), fast-ack + async processing, and idempotency.
- ▌ Campaigns · lettr-comUse when sending or scheduling Lettr campaigns from code and reading their engagement events. Campaigns are authored in the Lettr dashboard; the API lists, sends, schedules, unschedules, and reports on them.
- ▌ Templates · lettr-com bundleUse when authoring or editing Lettr-managed email templates — writing HTML with merge tags, validating tags against a template version, and previewing or test-sending before shipping.