New webhooks and fields
April 20th, 2023
We recently added four new webhooks for apps that are monetized by monday:
app_subscription_cancelled
: sent when a subscription is canceledapp_subscription_cancellation_revoked_by_user
: sent when a user undoes their subscription cancellationapp_trial_subscription_started
: sent when a trial subscription startsapp_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!