惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
腾讯CDC
博客园 - Franky
S
SegmentFault 最新的问题
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
I
InfoQ
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed
博客园 - 叶小钗
博客园_首页
有赞技术团队
有赞技术团队
雷峰网
雷峰网
量子位
小众软件
小众软件
月光博客
月光博客
U
Unit 42
D
DataBreaches.Net

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
More newsletter settings in the API
Justin Duke · 2026-02-20 · via Buttondown's blog

The /v1/newsletters endpoint has always let you manage the basics — name, description, CSS, branding colors — but a lot of the settings you could configure in the UI weren't available programmatically. That changes today: we've added a big batch of new fields to the Newsletters API.

What's new

Locale, templates, and theming:

  • locale — set your newsletter's language (French, German, Spanish, and eleven others)
  • template — choose your email template (classic, modern, plaintext, naked)
  • archive_theme — pick your archive page theme (classic, modern, arbus, lovelace, myrna)
  • timezone — set the timezone for scheduling and date display

Custom transactional emails: You can now fully customize the subject, body, and template for all of your transactional emails via the API: subscription confirmation, subscription confirmed, confirmation reminder, premium confirmation, expired trial notification, gift subscription, and gift unsubscription.

Social and sharing:

  • socials — manage your linked social media accounts
  • sharing_networks — control which share buttons appear on your archives

Archive and branding:

  • announcement_bar_text, announcement_bar_background_color, announcement_bar_visibility — configure your archive's announcement bar
  • reply_to_address — set a custom reply-to email
  • subscription_redirect_url and subscription_confirmation_redirect_url — redirect subscribers after signup or confirmation

All of these fields work with both POST (create) and PATCH (update) requests. This is especially useful if you're using Buttondown as a headless newsletter provider and want to manage everything programmatically.