Here’s an example of a config file for an integration-based action, where the action is triggered by a webhook request from an integration.
{ "slug": "slack", "name": "Slack", "triggers": [ { "type": "on_create", "entities": [ "IssueComment", "LinkedIssue" ] }, { "type": "source_webhook", "entities": [ "slack" ] } ], "integrations": [ "slack" ] }
Was this page helpful?