Webhook Events

Here is a list of the events you can listen to with a webhook:

Review Webhooks

Event NameDescription
review_createTriggered when a new review is added to Fera.
review_updateTriggered when a review is updated in Fera.
review_deleteTriggered when a review is deleted in Fera.
review_approveTriggered when a review submission is approved by an admin.
review_declineTriggered when a review submission is declined by an admin.

Photo & Video Webhooks

Event NameDescription
media_createTriggered when a new photo or video is added to Fera.
media_updateTriggered when a photo or video is updated in Fera.
media_deleteTriggered when a photo or video is deleted in Fera.
media_approveTriggered when a new photo or video submission is approved by an admin.
media_declineTriggered when a new photo or video submission is declined by an admin.

Customer Webhooks

Event NameDescription
customer_createTriggered when a customer is added to Fera, either through a sync, manually by admin or account created by a customer during the review submission process (for customers that are not logged into their customer accounts in the site/eCommerce platform).
customer_updateTriggered when a customer is updated in Fera.
customer_deleteTriggered when a customer is deleted in Fera.

App Webhook Events

If you're developing a partner app, you'll get the option to specify some webhooks specific to apps:

Event NameDescription
app_uninstalledTriggered when the app has been uninstalled or authorization tokens have been revoked.

Use this hook to make sure to remove your own database data and disconnect any connections on your app's.