Webhook Events
Here is a list of the events you can listen to with a webhook:
Review Webhooks
Event Name | Description |
---|---|
review_create | Triggered when a new review is added to Fera. |
review_update | Triggered when a review is updated in Fera. |
review_delete | Triggered when a review is deleted in Fera. |
review_approve | Triggered when a review submission is approved by an admin. |
review_decline | Triggered when a review submission is declined by an admin. |
Photo & Video Webhooks
Event Name | Description |
---|---|
media_create | Triggered when a new photo or video is added to Fera. |
media_update | Triggered when a photo or video is updated in Fera. |
media_delete | Triggered when a photo or video is deleted in Fera. |
media_approve | Triggered when a new photo or video submission is approved by an admin. |
media_decline | Triggered when a new photo or video submission is declined by an admin. |
Customer Webhooks
Event Name | Description |
---|---|
customer_create | Triggered 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_update | Triggered when a customer is updated in Fera. |
customer_delete | Triggered 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 Name | Description |
---|---|
app_uninstalled | Triggered 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. |
Updated over 2 years ago