The integration enables you to trigger workflows using LimaCharlie data streams.
event
detect
audit
deployment
artifact
Create a LimaCharlie Trigger Integration in Torq
Go to Build > Integrations > Triggers > LimaCharlie and click Add.
Enter a meaningful name for the integration and click Add.
Copy the Webhook URL that is generated. You'll need this URL to set up a webhook in your LimaCharlie tenant.
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.