Info
Content

Working with Notification Integrations

Notifications about new cookies, vendors and so on can be send either via E-Mail or to a Webhook of a third party system such as Microsoft Teams or Slack. In order to send notifications to a third party system, please go to Account > Integrations > Create and Add a name, choose the system, add the webhook URL press the Create button.

Microsoft Teams

In order to create the webhook URL for Microsoft Teams, please follow this documentation:

https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet#create-an-incoming-webhook

Slack

In order to create the webhook URL for Slack, please follow this documentation:

https://www.slack.com/apps/A0F7XDUAZ-incoming-webhooks?tab=more_info

Zapier

In order to create the webhook URL for Zapier, please follow these steps:

  1. Register on zapier.com and log in to your account
  2. Create a new Zap by clicking on the "Create" button in the top menu and choosing "Zaps":
  3. Click on the "Trigger" step to select the trigger app:

     

  4. Search and select "Webhooks by Zapier" as the trigger app.

  5. Choose "Catch Hook" as the trigger event and click "Continue":



  6. Skip the trigger step for now
  7. Copy the provided webhook URL:

  8. Paste the copied URL into the "Webhook URL" field in consentmanager.
  9. Create Integration and click "Send test message" from the dots menu:



  10. Return to Zapier and click "Test trigger"

  11. Choose the app where you want to process images (e.g., Google Drive, Dropbox).

  12. In the configuration of the action app, use the variable "text" from the webhook data as necessary.

  13. Configure the action according to your needs (e.g., upload image to Google Drive).

  14. Connect your account and set up the action details.

  15. Zapier will perform a test action using the sample data from the trigger.

  16. Verify that the action was successful.

  17. Once you're satisfied with the setup, turn on your Zap to start automating image processing tasks.

n8n

In order to create the webhook URL for n8n, please follow these steps:

  1. Sign up on n8n.io and log in to your account.

  2. Click on the "Add workflow" button to create a new workflow:

  3. Click on the "+" icon to add the first step to add a new workflow trigger.
  4. Choose "On webhook call" as the trigger event.

  5. Setup the webhook parameters:
  6. Choose HTTP method: POST.
  7. Before sending the test message, click "Listen for test event".
  8. Copy the provided webhook URL.
  9. Paste this URL into the "Webhook URL" field in consentmanager.
  10. Create Integration and click "Send test message" from the dots menu:

  11. Return to n8n and click "Execute Workflow".
  12. Note: After successful testing and before using this webhook, it's necessary to change the URL to the "Production URL".
  13. Click on the "+" icon to add a node.
  14. Choose "Action in an app" to interact with applications.
  15. Customize other settings based on your requirements.
  16. In the configuration of the action node, use the variable "text" from the webhook data as necessary.
  17. Configure the action according to your needs.
  18. Connect your account and set up the action details.
  19. n8n will perform a test action using the sample data from the trigger.
  20. Verify that the action was successful.
  21. Make sure to activate the workflow to start automating image processing tasks.
  22. Once you're satisfied with the setup, turn on your workflow.
Back to top