Receiving/consuming webhooks in Strapi

Actually you should create a simple Content type called Surveys, with identical fields as your webhook sends.

After that you can use the POST request route https://yourwebiste.com/surveys to create surveys in strapi.
Take a look here:

https://strapi.io/documentation/developer-docs/latest/content-api/api-endpoints.html#create-an-entry

1 Like