SourCherry Help Centre
HomeWorkflowsGetting Started w/ Workflows

Custom Webhook Action – Secure Credential Management

This guide walks you through the latest improvements to the Custom Webhook action, focusing on enhanced security measures and streamlined credential management.


TABLE OF CONTENTS


Overview

The Custom Webhook action now supports masked secret keys for Basic auth, Bearer token, and API key authentication methods. This update helps prevent the accidental exposure of sensitive information and provides an easier way to manage and store credentials.


Key Improvements

Masked Secret Keys

User-Friendly Credential Management


Why These Updates Matter

  1. Enhanced Security

    • Secret keys are masked to drastically lower the chances of accidental leaks.

    • Keys are identified by name instead of their actual value, reducing risk.

  2. Better Access Control

    • Sensitive credentials are editable only by users that have created and admins at the location level.


Getting Started

Follow these steps to add and configure a new Custom Webhook action in your Automations builder.

  1. Add a Custom Webhook Action

    • In your Automations builder, select Custom Webhook as the action step.

  2. Select Authentication Type

    • Choose one of the following methods: Basic auth, Bearer token, or API key.

  3. Configure Credentials

    • Choose Create New Key.

    • Enter a key name (for identification) and the key value (the actual credential).

    • Once saved, the key will be masked, so it won’t appear in plain text.

  4. Monitor & Manage

    • Use the dropdown menu to select or delete keys as needed.


Important Notes