New webhooks and fields

We recently added four new webhooks for apps that are monetized by monday:

  • app_subscription_cancelled: sent when a subscription is canceled
  • app_subscription_cancellation_revoked_by_user: sent when a user undoes their subscription cancellation
  • app_trial_subscription_started: sent when a trial subscription starts
  • app_trial_subscription_ended: sent when a trial subscription ends

We also added two new fields to our webhooks that return the account_name and account_slug. You can read more about each webhook and see sample payloads in our documentation!