Copilot Webhook
The Copilot Webhook helps you trigger workflows and connect with external APIs easily. It supports different types of authentication and lets you test the setup with a sample payload to ensure everything works. This makes it a flexible tool for automation and connecting with other services.
Configuration
The table below outlines the properties available for configuring the Copilot Webhook.
Property | Description | Required | Default |
---|---|---|---|
Authentication Type | Specifies the type of authentication to use. | Yes | None |
Authentication ID | The ID of the authentication to be applied. | Yes, if basic_auth or header_auth is selected in Authentication Type | - |
To configure authentication, follow these steps:
-
Click "Add New": To set up a new authentication ID, click the "Add New" button.
-
Fill the Details: Provide the required details in the authentication setup form.
Key Features
- Trigger Workflows: Start a workflow automatically when a specific event occurs, enabling real-time automation.
- Flexible Authentication: Supports multiple authentication methods such as None, API Key, Basic Auth, and Header Auth, ensuring compatibility with various systems.
- Test Payload: Use an optional test payload to validate your webhook trigger before deploying it, ensuring smooth functionality.