
Bitbucket
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.

New Commit
Emit new event when a new commit is pushed to a branch. See docs here

New Issue
Emit new event when a new issue receives is created in a repository. See docs here

New Pull Request
Emit new event when a new pull request is created in a repository. See docs here

New Repository Event
Emit new event when a repository-wide event occurs. See docs here
Actions
Action components allow you to perform operations on the app.

Create Issue Comment
Creates a new issue comment in Bitbucket. See docs here.

Create a New Issue
Create a new issue in a Bitbucket repository. See Docs.

Create Snippet Comment
Creates a new snippet comment in Bitbucket. See docs here.

Get File From Repository
Gets the actual file contents of a download artifact and not the artifact's metadata. See docs here.

Get Issue
Get an issue from a Bitbucket repository. See Docs.

Get Snippet
Get a snippet from a Bitbucket repository. See Docs.

Update Issue Comment
Update a issue comment in Bitbucket. See docs here.