Skip to main content

Copilot Webhook Trigger

The Copilot Webhook Trigger is used to initiate workflows based on events occurring in the Copilot module within Boltic. It enables real-time automation whenever key actions or changes happen in Copilot.

Overview

This trigger listens for specific events generated by Copilot in Boltic. When one of the configured events occurs, it automatically activates the linked workflow and passes the event data as payload.

Configuration

1. Select Copilot Secret

  • Required: Yes
  • Description: Choose the Copilot secret that authorizes event communication between Copilot and Boltic.

2. Select Event Type

  • Required: Yes
  • Description: Select the type of Copilot event that will trigger the workflow. Supported event categories depend on the Copilot configuration (e.g., chat updates, feedback, prompt executions, etc.).

3. Event Data

  • Required: No
  • Description: The incoming event payload from Copilot will be made available as {{payload}} within the workflow, containing contextual data for further processing.

Example Use Cases

  • Trigger workflows when a Copilot prompt is executed by a user.
  • Initiate a workflow when feedback is submitted from a Copilot session.
  • Capture and log Copilot interactions into Boltic Tables for analytics or reporting.

Notes

  • The trigger can be connected to any workflow that needs to respond to Copilot-driven events.
  • Each Copilot event includes metadata such as event type, timestamp, and payload context.
  • You must configure the corresponding Copilot secret before activating the trigger.