Back to changelog

Resend any article to your integrations

A one-click button on every published article re-dispatches it to your configured webhooks.

We added a Send button on every published article. If your webhook target ate one but missed the next, or you wired up a new integration after publishing, one click re-fires the dispatch.

  • Owner-only, status=published, only fires when a webhook URL is configured
  • Backend returns { dispatched: true } on success so the UI can confirm
  • Same payload shape as the original publish, no surprises downstream

Closes the loop on every "did that actually go out?" question we used to handle by hand.