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

推荐订阅源

D
Docker
F
Fortinet All Blogs
爱范儿
爱范儿
博客园 - Franky
MyScale Blog
MyScale Blog
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
P
Proofpoint News Feed
IT之家
IT之家
宝玉的分享
宝玉的分享
D
DataBreaches.Net
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
M
MIT News - Artificial intelligence
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
量子位
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.