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.
- Enable granular email preferences.
- Enable SAML SSO.
- Enable a public API rate-limit dashboard.
- Enable Zapier triggers.
curl -sS https://api.example.test/v2/changelog \
-H "Authorization: Bearer $BULLETIN_API_KEY"