Zenloop via ActivatePro Webhook

Before you begin, you will need the following:

  • ActivatePro account
  • Zenloop Account

Fetch your Zenloop API Token

To access access your API Token in Zenloop, go to Settings -> zenAPI.

zenloopwebhook1.png

You can also fetch your token/key using an API Client Application such as Postman. Simply send a POST request with your username and password to the Zenloop API, and you will receive the key labeled as "jwt".

zenloopwebhook2.png

Set up ActivatePro Webhook Integration

  • In the ActivatePro app, navigate to Settings > Integrations.
  • Click the Add new integration button in the top right corner of the page.

image.png

Using this information, you can now complete the setup form.

  • Method: POST
  • Destination URL: https://api.zenloop.com/v1/surveys
  • Authentication: No authentication
  • Append HTTP Headers: Add a header with the header key "authorization" and the header value "Bearer YOUR-API-TOKEN".
  • Content type: application/JSON
  • Click Apply.

zenloopwebhook4.png