Skip to content

Commit

Permalink
core:update integration json data
Browse files Browse the repository at this point in the history
  • Loading branch information
malachsalama committed Feb 23, 2025
1 parent c773b33 commit 24c56e3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions api/routes/integration_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"integration_type": "modifier",
"integration_category": "Monitoring & Logging",
"key_features": [
"priority tracking",
"slack integration",
"jira sync",
"automated alerts",
"task filtering",
"team notifications",
"real-time updates"
"priority tracking",
"slack integration",
"jira sync",
"automated alerts",
"task filtering",
"team notifications",
"real-time updates"
],
"author": "Malach Salama",
"settings": [
{
"label": "Slack Channel",
"type": "text",
"required": True,
"default": "#custom-alerts"
"default": "#High-Priority-Task"
},
{
"label": "Event Type",
Expand All @@ -50,17 +50,11 @@
"error"
]
},
{
"label": "Include Logs",
"type": "checkbox",
"required": True,
"default": "true"
},
{
"label": "Message Format",
"type": "text",
"required": True,
"default": "Task Prioritizer"
"default": "Task-Prioritizer"
},
{
"label": "Time Interval",
Expand All @@ -72,10 +66,16 @@
"Every 5 mins",
"Hourly"
]
},
{
"label": "Include Logs",
"type": "checkbox",
"required": True,
"default": "True"
}
],
"target_url": settings.TELEX_WEBHOOK_URL,
"tick_url": settings.TICK_URL,
"tick_url": settings.TICK_URL
}
}

Expand Down

0 comments on commit 24c56e3

Please sign in to comment.