# Notifications Connector: Accessed Provider APIs The following APIs are accessed by the Notifications connector. ## Microsoft Teams | Synqly API | Provider API | | --- | --- | | POST /v1/notifications/create | POST /powerautomate/automations/direct/workflows/{item}/triggers/manual/paths/invoke | ## Atlassian Jira | Synqly API | Provider API | | --- | --- | | GET /v1/notifications/get/{notificationId} | GET /rest/api/2/issue/{item} | | POST /v1/notifications/clear/{notificationId} | GET /rest/api/2/issue/{item} | | POST /v1/notifications/create | GET /rest/api/3/project/searchPOST /rest/api/2/issueGET /rest/api/3/user/search | ## Slack Incoming Webhook | Synqly API | Provider API | | --- | --- | | POST /v1/notifications/create | POST /services/{item}/{item}/{item} | ## Slack | Synqly API | Provider API | | --- | --- | | POST /v1/notifications/clear/{notificationId} | POST /api/chat.postMessage | | POST /v1/notifications/create | POST /api/chat.postMessage |