Send Slack notifications to reviewers for open PRs on Bitbucket
Number of APIs: 3
-
Pull Requests - Get Pull Requests GET {{bitbucketdomain}}/2.0/repositories/{{workspace}}/{{repo}}/pullrequests?q=state="OPEN"&page={{pull_requests_page}}
-
Auth - Auth POST https://bitbucket.org/site/oauth2/access_token
-
Pull Requests - Get Pull Request by ID and Send Slack Message GET {{bitbucketdomain}}/2.0/repositories/{{workspace}}/{{repo}}/pullrequests/{{pull_request_id}}