Sent Templates Operate existing template records with templates.list , templates.get , templates.get_by_name , and templates.delete . Establish connection and scope Use client-managed OAuth 2.1/PKCE and never request or expose credentials. Surface the active organization and Sender Profile before deletion; use sent-account-readiness if the connection context does not expose both. Reauthorize in the client to change scope. Avoid repeating template body text or sample data unnecessarily. Prefer template identifiers, names, languages, channels, categories, and statuses in summaries. Find and inspect templates Use templates.list for filtered discovery and pagination. Use templates.get for an exact template identifier. Use templates.get_by_name when the user supplies a name. If a name can match more than one language, channel, or scope, present the candidates and resolve one exact record before continuing. These tools inspect existing records. For authoring or classification, hand off to waba-template-author ; for a tenant-facing creation experience, hand off to template-builder-ui . Delete a template Show more Installs 837 Repository sentdm/sent-plugin GitHub Stars 79 First Seen 5 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
sent-templates
安装
npx skills add https://github.com/sentdm/sent-plugin --skill sent-templates