Creates a GitHub issue when '#deploy' is mentioned in Slack.
Trigger: Slack - new_message (contains #deploy)
Actions:
{
"repo": "your-org/your-repo",
"title": "Deployment Request"
}{
"to": "[email protected]",
"subject": "Deployment Triggered"
}Sends a Slack message when a new Jira issue is created.
Trigger: Jira - issue_created
Actions:
{
"channel": "#dev-alerts",
"text": "New Jira Issue: {{trigger.issue_title}}"
}No activity yet. Simulate a trigger above!