Skip to main content
LimaCharlie

Learn how to leverage LimaCharlie data for Torq workflows by integrating with webhook triggers for events, detects, audits & more.

Updated over a week ago

The integration enables you to trigger workflows using LimaCharlie data streams.

  • event

  • detect

  • audit

  • deployment

  • artifact

Create a LimaCharlie Trigger Integration in Torq

  1. Go to Build > Integrations > Triggers > LimaCharlie and click Add.

  2. Enter a meaningful name for the integration and click Add.

  3. Copy the Webhook URL that is generated. You'll need this URL to set up a webhook in your LimaCharlie tenant.

A GIF showing how to create a LimaCharlie integration in Torq.

Define a Data Stream to Trigger Torq Workflows

When you set up a webhook in LimaCharlie, you'll define several parameters.

  • dest_host : the Torq Webhook URL generated when you created the integration in Torq.

  • secret_key : an arbitrary shared secret used to compute an HMAC (SHA256) signature of the webhook to verify authenticity. See "Webhook Details" section.

  • auth_header_name and auth_header_value: set a specific value to a specific HTTP header name in the outgoing webhooks.

dest_host: https://webhooks.corp.com/new_detection
secret_key: this-is-my-secret-shared-key
auth_header_name: x-my-special-auth
auth_header_value: 4756345846583498

To learn how to set up a webhook, see the LimaCharlie documentation.

Did this answer your question?