Integrations are useful for leveraging the functionality of external services—such as Git hosting or Slack bots—and maintaining your current development processes, such as using the code review pull request function in GitHub. You can add the following integrations to your Magento Commerce Cloud project:
1
| magento-cloud integration:list
|
1
2
3
4
5
6
7
8
9
| +----------+--------------+---------------------------------------------------------------------------+
| ID | Type | Summary |
+----------+--------------+---------------------------------------------------------------------------+
| <int-id> | bitbucket | Repository: user/magento-int.git |
| | | Hook URL: |
| | | https://magento-url.cloud/api/projects/projectID/integrations/int-ID/hook |
| <int-id> | health.email | From: you@example.com |
| | | To: them@example.com |
+----------+--------------+---------------------------------------------------------------------------+
|