TheDocumentation Index
Fetch the complete documentation index at: https://docs.lettr.com/llms.txt
Use this file to discover all available pages before exploring further.
client.campaigns resource gives you read access to campaigns plus lifecycle actions — send now, schedule, and unschedule. Campaigns are authored in the Lettr app; the API does not expose create, update, or delete.
Reads require an API key with the campaigns:read scope; actions require campaigns:write.
List Campaigns
API Reference
GET /campaigns
Get a Campaign
get() returns a CampaignDetail with the rendered html_content body. The list, send, schedule, and unschedule methods return the base Campaign, which does not carry html_content.
API Reference
GET /campaigns/
List Campaign Events
Engagement events use cursor-based pagination:API Reference
GET /campaigns//events
Send / Schedule / Unschedule
Campaign, or None if the API omits the payload.
Send
POST /campaigns//send
Schedule
POST /campaigns//schedule
Unschedule
POST /campaigns//unschedule
What’s Next
Audience
Manage the contacts campaigns send to
API Reference
Full campaigns API reference