Below is the list of all the current webhooks available for you to use. Each webhook event will return data specific to the action that occurred on the site. You’ll see below that each event has corresponding objects that are returned. Even further below, you can see exactly what fields are returned with those objects.

Sales

License Management

Customer Support

Webhook Event Details

sale_new - For each item that is successfully purchased in an order, a sale_new event will be dispatched. Data to be passed in the webhook request:

demokey_created - For each demo key issued, a demokey_created event will be dispatched. Data to be passed in the webhook request:

trial_will_convert - 3 days before a trial is set to convert to paid (credit card transactions only, excludes PayPal), a trial_will_convert event will be dispatched. Data to be passed in the webhook request:

trial_converted - When a trial converts to paid, a trial_converted event will be dispatched. Data to be passed in the webhook request:

subscription_will_renew - 7 days before a yearly subscription is set to renew (credit card transactions only, excludes PayPal), a subscription_will_renew event will be dispatched. Data to be passed in the webhook request:

subscription_renewed - When a subscription renews itself, a subscription_renewed event will be dispatched. Data to be passed in the webhook request:

subscription_cancelled - When a subscription is cancelled, a subscription_cancelled event will be dispatched. Data to be passed in the webhook request:

trial_cancelled - When a trial is cancelled, a trial_cancelled event will be dispatched. Data to be passed in the webhook request:

refund_issued - When a refund is issued, a refund_issued event will be dispatched. Data to be passed in the webhook request:

usercount_changed - When the number of users on a license key changes values, a licensekey_updated event will be dispatched. Data to be passed in the webhook request:

licensekey_changed - When the number of users on a license key changes values, a licensekey_updated event will be dispatched. Data to be passed in the webhook request:

no_license_24hours - If a license key has not been successfully validated within the first 24 hours, a no_license_24hours event will be dispatched. Data to be passed in the webhook request:

case_created - When a new support case is created, a case_created event will be dispatched. Data to be passed in the webhook request:

case_updated - When a new support case is updated, a case_updated event will be dispatched. Data to be passed in the webhook request:

verification_created - When a new version verification is left for your add-on, a verifiedversion_created event will be dispatched. Data to be passed in the webhook request:

verification_updated - When a Verification has been changed, a verification_updated event will be dispatched. Data to be passed in the webhook request:

review_created - When a new review is left for your add-on, a review_created event will be dispatched. Data to be passed in the webhook request:

review_updated - When a review has been updated, a review_updated event will be dispatched. Data to be passed in the webhook request:

question_created - When a new question is asked for your add-on, a question_created event will be dispatched. Data to be passed in the webhook request:

case_comment_created - When a new comment is left on a Case a case_comment_created event will be dispatched. Data to be passed in the webhook request:

documentation_comment_created - When a new comment is left on a Documentation page a documentation_comment_created event will be dispatched. Data to be passed in the webhook request:

verification_comment_created - When a new comment is left on a Verification a verification_comment_created event will be dispatched. Data to be passed in the webhook request:

review_comment_created - When a new comment is left on a review a review_comment_created event will be dispatched. Data to be passed in the webhook request:

question_comment_created - When a new comment is left on a question a question_comment_created event will be dispatched. Data to be passed in the webhook request:

Returned Object Data Models

Webhook Events (event)

Add-ons (addon)

Purchased Items (lineitem)

Members (member)

License Keys (licensekey)

Comments (comment)

Documentation Page (document)

Review (review)

Support Case (case)

Verification (verification)

Question (question)

Quit Reason (quitreason)