Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.29 KB

File metadata and controls

28 lines (16 loc) · 1.29 KB

Kentico Kontent Webhook Processing JavaScript Azure Function Template

Gitter Stack Overflow

Pretty long name, right?

Prerequisites

Follow the instructions to enable local Azure function development.

Get started

Using VS Code IDE recommended

  1. Clone the repository

    git clone https://Github.com/Simply007/kontent-webhook-processing-function-js
  2. Create a webhook in Kentico Kontent

  3. Rename local.settings.json.template to local.settings.json and set the KONTENT_WEBHOOK_SECRET value to the secret of created webhook for verification

  4. Implement webhook processing in index.js

  5. Use Azure Functions Extension to deploy the Azure function.