# Notifications Accessed Provider Endpoints ## Atlassian Jira | Operation | Provider Endpoints | | --- | --- | | Clear Notification | GET /rest/api/2/issue/{notificationId} | | Create Notification | GET /rest/api/3/project/search GET /rest/api/3/user/search POST /rest/api/2/issue | | Get Notification | GET /rest/api/2/issue/{notificationId} | ## Slack | Operation | Provider Endpoints | | --- | --- | | Clear Notification | POST /api/chat.postMessage | | Create Notification | POST /api/chat.postMessage | ## Slack Incoming Webhook | Operation | Provider Endpoints | | --- | --- | | Create Notification | POST /services/{teamId}/{webhookId}/{secret} | ## Microsoft Teams | Operation | Provider Endpoints | | --- | --- | | Create Notification | POST /powerautomate/automations/direct/workflows/{workflowId}/triggers/manual/paths/invoke |