1. Home
  2. Features
  3. Authentication
  4. How To Use Authentication

How To Use Authentication

With version 3.0.0 of WP Webhooks and WP Webhooks Pro, we introduced a feature called Authentication. It allows you to authenticate your outgoing webhook triggers with external API’s.

What it does and how it works
With the authentication feature, you are able to authenticate an outgoing trigger (Within the “Send Data” tab) at the external API point, using one of the following authentication methods:

  1. API Key Auth
  2. Bearer Token Auth
  3. Basic Auth

To make it work, please go to your WordPress Dashboard > Settings > WP Webhooks (Pro) > Settings and activate the setting “Activate Authentication“.
After you saved it, you will see a new tab called “Authentication

Create a template
To authenticate a webhook trigger, you need to create an authentication template using a template name and the authentication method. After adding it, our plugin tells you to reload the site.
You will then see a new dropdown where you can choose the template from.
Once you selected it, you can configure the settings.

Authentication template using the API Key authentication

After you saved your credentials, you can head over to the “Send Data” tab and choose the Authentication template within the trigger settings.

Choose the template for your specified trigger.

Now you are set up. If your webhook is triggered, it will authenticate at your external endpoint.

This also works for the “Send demo” functionality.

Updated on October 18, 2021

Was this article helpful?