통합
- Overview
- Slack
- Mattermost
- 일반 웹훅 알림 소스
- PagerDuty
- Pager tree
- Opsgenie
- Victor ops
- Jira
- Jira on premise
- Coda
- Opslevel
- Cortex
- Fivetran
- ServiceNow
- Google Docs
- Statuspage.io
- Dropbox Paper
- Notion
- Quip
- Grafana
- Looker
- New Relic
- Google cloud monitoring
- Datadog
- Kubernetes
- Honeycomb
- Heroku
- Aws elastic beanstalk
- Gitlab
- Github
- Google Calendar
- Google Meet
- Zoom
- Splunk
- Webex
- Microsoft teams meeting
- Microsoft teams
- Outlook
- Sharepoint
- Zendesk
- Linear
- Shortcut
- Airtable
- Trello
- Asana
- Clickup
- Freshdesk
- Nobl9
- Backstage
- Twitter
- Email
- Smtp
- Sendgrid
- Sentry
- Rollbar
- Alertmanager integration
- Zapier
- Openai
- Anthropic
- Google gemini
- Mcp server
- Api
- Terraform
- Terraformer
- Pulumi
- Hashicorp vault
- Sso
- Scim
Asana
Workflows
Asana 작업 생성
Asana 하위 작업 생성
Asana 작업 업데이트
사용자 정의 필드
"custom_fields": {
"4578152156": "Not Started", // For textfield type
"5678904321": "On Hold", // For textfield type
"5678904322": "1004598149" // For single enum type
"5678904322": ["459021796", "1004598149"] // For multi enum type
},
"custom_fields": {
"4578152156": "{{ incident.severity }}", // For textfield type
"5678904321": "{{ incident.status }}", // For textfield type
},
"custom_fields": {
"4578152156": "{{ incident.severity }}", // For textfield type
// For single enum type
{% if incident.severity == "sev0" %}
"5678904322": "1004598149" // Custom Field ID <=> Enum ID
{% elsif incident.severity == "sev1" %}
"5678904322": "1004598149" // Custom Field ID <=> Enum ID
{% endif %}
},
이 페이지가 도움이 되었나요?
어시스턴트
Responses are generated using AI and may contain mistakes.