You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/build-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Build API only works for apps which are deployed to the Mendix Cloud.
15
15
16
16
The Build API allows you to manage deployment packages and create new deployment packages using our build server. You will need the information from the [Teamserver API](/apidocs-mxsdk/apidocs/team-server-api/) as input for these API calls. You will also need to provide authentication for each call; this is described in [Authentication](/apidocs-mxsdk/apidocs/authentication/).
17
17
18
-
You can use deployment webhooks to trigger CI/CD pipelines which use this API. These are described in [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/).
18
+
You can use webhooks to trigger CI/CD pipelines which use this API. These are described in [Webhooks](/developerportal/deploy/webhooks/).
19
19
20
20
The image below provides a domain model representation of the concepts discussed below and how these are related:
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/deploy-api/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Deploy API only works for apps which are deployed to the Mendix Cloud.
16
16
17
17
The Deploy API allows you to manage application environments in the Mendix Cloud. You can retrieve the status of, and start and stop, applications. You can also configure new model versions and deploy them to application environments. To create and manage deployment packages you also need the [Build API](/apidocs-mxsdk/apidocs/build-api/). For backup-related actions refer to [Backups API](/apidocs-mxsdk/apidocs/backups-api/).
18
18
19
-
You can use deployment webhooks to trigger CI/CD pipelines which use this API. These are described in [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/).
19
+
You can use webhooks to trigger CI/CD pipelines which use this API. These are described in [Webhooks](/developerportal/deploy/webhooks/).
20
20
21
21
This image provides a domain model representation of the concepts discussed below and how these are related:
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/webhooks-sprints.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
-
title: "Webhooks"
2
+
title: "Webhooks for Stories and Sprints"
3
+
linktitle: "Webhooks for Stories/Sprints"
3
4
url: /apidocs-mxsdk/apidocs/webhooks-sprints/
4
5
category: "API Documentation"
5
6
weight: 75
@@ -12,7 +13,7 @@ The webhook payloads described in this document are for app Sprints and stories.
12
13
{{% /alert %}}
13
14
14
15
{{% alert color="info" %}}
15
-
You can now set deployment webhooks for your app. These are described in [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/).
16
+
You can now set deployment webhooks for your app. These are described in [Webhooks](/developerportal/deploy/webhooks/).
16
17
{{% /alert %}}
17
18
18
19
Webhooks allow you to build or set up Mendix Platform connectors that subscribe to certain events on the Developer Portal. When one of those events is triggered, Mendix sends an HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external application to keep it up-to-date with the changes happening in the Developer Portal.
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/collaborate/general-settings/_index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,37 +153,37 @@ It is possible to migrate all or part of your content from [Stories](/developerp
153
153
## 7 Webhooks {#webhooks}
154
154
155
155
{{% alert color="warning" %}}
156
-
This tab is for webhooks for app Sprints and stories, and it is deprecated. This tab will be removed and these webhooks will be discontinued later in 2023. It is no longer possible to add new webhook configurations for app Sprints and stories to your apps, but existing configurations will remain active and can still be edited.
156
+
This tab is for webhooks for stories and Sprints, and it is deprecated. This tab will be removed and these webhooks will be discontinued later in 2023. It is no longer possible to add new webhook configurations for stories and Sprints to your apps, but existing configurations will remain active and can still be edited.
157
157
{{% /alert %}}
158
158
159
159
{{% alert color="info" %}}
160
-
You can now set deployment webhooks for your app. For details, see [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/).
160
+
You can also set webhooks for your app to trigger endpoints when changes are made to deployment packages or models held in the git Team Server. For details, see [Webhooks](/developerportal/deploy/webhooks/).
161
161
{{% /alert %}}
162
162
163
163
{{% alert color="info" %}}
164
-
This tab is only visible if you already have webhooks created, you are a **Scrum Master**, and you have **Mendix Stories** turned on in the [Project Management](#project-management) tab.
164
+
This tab is only visible if you already have webhooks for stories and Sprints created, you are a **Scrum Master**, and you have **Mendix Stories** turned on in the [Project Management](#project-management) tab.
165
165
{{% /alert %}}
166
166
167
-
Open the **Webhooks** tab to manage your app's webhooks. A webhook enables the Developer Portal to talk to another website and post updated Developer Portal content (for example, Sprint updates and new stories) to that website. For example, if you want to follow the changes in your app, you can create a service with a certain [URL](#url) that keeps track of the data, and then changes in the app in the Developer Portal are sent to that URL.
167
+
Open the **Webhooks** tab to manage your app's webhooks for stories and Sprints. A webhook enables the Developer Portal to talk to another website and post updated Developer Portal content (for example, Sprint updates and new stories) to that website. For example, if you want to follow the changes in your app, you can create a service with a certain [URL](#url) that keeps track of the data, and then changes in the app in the Developer Portal are sent to that URL.
After clicking **New Webhook** to create a new webhook, fill in the following details:
171
+
After clicking **New Webhook** to create a new webhook for stories and sprints, fill in the following details:
172
172
173
-
***Name** – the name of the webhook
174
-
* <aid="url"></a>**URL** – the URL to which the webhook will connect
175
-
***Secret** – the secret used by the Developer Portal to sign the data payload in order to identify the source of the data to the receiving URL (this appears when creating and editing a webhook, but it will not be displayed on the **Webhooks settings** page)
173
+
***Name** – the name of the webhook for stories and Sprints
174
+
* <aid="url"></a>**URL** – the URL to which the webhook for stories and Sprints will connect
175
+
***Secret** – the secret used by the Developer Portal to sign the data payload in order to identify the source of the data to the receiving URL (this appears when creating and editing a webhook for stories and Sprints, but it will not be displayed on the **Webhooks settings** page)
176
176
***Version** – the version of the webhooks feature to be used
177
-
***Events** – what types of data will be sent via the webhook (you must select at least one; this appears when creating and editing a webhook, but it will not be displayed on the **Webhooks settings** page)
177
+
***Events** – what types of data will be sent via the webhook for stories and Sprints (you must select at least one; this appears when creating and editing a webhook for stories and Sprints, but it will not be displayed on the **Webhooks settings** page)
To edit the above details for an existing webhook, click **Edit**.
181
+
To edit the above details for an existing webhook for stories and Sprints, click **Edit**.
182
182
183
-
To delete an existing webhook, click **Delete**.
183
+
To delete an existing webhook for stories and Sprints, click **Delete**.
184
184
185
185
{{% alert color="info" %}}
186
-
For details on the technical configuration of webhooks, see [Webhooks](/apidocs-mxsdk/apidocs/webhooks-sprints/) in the *API Documentation*.
186
+
For details on the technical configuration of webhooks for stories and sprints, see [Webhooks for Stories and Sprints](/apidocs-mxsdk/apidocs/webhooks-sprints/) in the *API Documentation*.
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/deploy/mendix-cloud-deploy/webhooks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Mendix Deployment Webhooks"
3
-
linktitle: "Deployment Webhooks"
2
+
title: "Webhooks"
3
+
linktitle: "Webhooks"
4
4
url: /developerportal/deploy/webhooks/
5
5
weight: 75
6
6
description: "Creating a Webhook to trigger actions from the Mendix cloud"
@@ -13,7 +13,7 @@ This feature is in Beta. For more information on Beta products, see [Beta Releas
13
13
14
14
## 1 Introduction
15
15
16
-
Mendix deployment webhooks allow you to send information about your licensed Mendix app deployed to the Mendix Cloud to an external app or workflow. This can be used, for example, to trigger an automated CI/CD workflow when a new change is committed to the Team Server.
16
+
Webhooks allow you to send information about your licensed Mendix app deployed to the Mendix Cloud to an external app or workflow. This can be used, for example, to trigger an automated CI/CD workflow when a new change is committed to the Team Server.
17
17
18
18
Mendix provides webhooks to send project information when the following events happen to your app:
19
19
@@ -23,7 +23,7 @@ Mendix provides webhooks to send project information when the following events h
23
23
The webhooks contain a retry mechanism if an error response is received from the endpoint to ensure that the trigger reaches the endpoint.
24
24
25
25
{{% alert color="info" %}}
26
-
Mendix deployment webhooks are only available for licensed Mendix apps which are deployed to the Mendix Cloud.
26
+
Webhooks are only available for licensed Mendix apps which are deployed to the Mendix Cloud.
27
27
28
28
They are set up and work independently of the [webhooks used for Sprints and stories](/developerportal/collaborate/general-settings/#webhooks), which are deprecated.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/deployment/mendix-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For information on the current status of deployment to Mendix Cloud and any plan
21
21
22
22
#### Improvements
23
23
24
-
* We have added webhooks which can trigger endpoints when changes are committed to a Team Server Git repository, or a new deployment package is available for deployment to the Mendix Cloud. See [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/) for more information.
24
+
* We have added webhooks which can trigger endpoints when changes are committed to a Team Server Git repository, or a new deployment package is available for deployment to the Mendix Cloud. See [Webhooks](/developerportal/deploy/webhooks/) for more information.
25
25
26
26
{{% alert color="info" %}}This feature is currently in a [Beta Release](/releasenotes/beta-features/).{{% /alert %}}
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/developer-portal/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To see the current status of the Mendix Developer Portal and Control Center, see
26
26
27
27
#### Deprecations
28
28
29
-
* We have deprecated **General Settings** > **Webhooks** for app Sprints and stories. For more information, see the deprecation note in [Webhooks](/developerportal/collaborate/general-settings/#webhooks). You can now set deployment webhooks for your app. These are described in [Mendix Deployment Webhooks](/developerportal/deploy/webhooks/).
29
+
* We have deprecated **General Settings** > **Webhooks** for app Sprints and stories. For more information, see the deprecation note in [Webhooks](/developerportal/collaborate/general-settings/#webhooks). You can now set webhooks for your app. These are described in [Webhooks](/developerportal/deploy/webhooks/).
0 commit comments