Changelog
api

Accessibility pass on the public site

A rough first version would already be a big improvement. It would let us retire an internal tool nobody wants to maintain.

Before you start

Not urgent, but it would save everyone about an hour a week. We have a Zapier hack doing this today and it breaks weekly.

curl -sS https://api.example.test/v2/items \
  -H "Authorization: Bearer $BULLETIN_API_KEY"

What changes

Customers ask about this on nearly every onboarding call. Even a read-only version would unblock us.

  1. Enable granular email preferences.
  2. Enable SAML SSO.
  3. Enable a public API rate-limit dashboard.
  4. Enable Zapier triggers.
curl -sS https://api.example.test/v2/changelog \
  -H "Authorization: Bearer $BULLETIN_API_KEY"
56 views