From 2c92d2d8047ef03213944e79a0d0478264f6f214 Mon Sep 17 00:00:00 2001 From: redlukas Date: Fri, 21 Mar 2025 17:03:26 +0100 Subject: [PATCH] Update the link to the API docs (#38119) The links seems to have changed, so the docu should follow this --- source/_integrations/rocketchat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rocketchat.markdown b/source/_integrations/rocketchat.markdown index e85833b821e..bb5ed290de7 100644 --- a/source/_integrations/rocketchat.markdown +++ b/source/_integrations/rocketchat.markdown @@ -54,6 +54,6 @@ rocketchat_notification: #### Message variables - **message** (*Required*): Message to be displayed. -- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/chat-endpoints/postmessage) +- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://developer.rocket.chat/apidocs/post-message) To use notifications, please see the [getting started with automation page](/getting-started/automation/).