Update the link to the API docs (#38119)

The links seems to have changed, so the docu should follow this
This commit is contained in:
redlukas 2025-03-21 17:03:26 +01:00 committed by GitHub
parent 55abd3809b
commit 2c92d2d804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/).