Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Slack notifications with Confluence table

ashdoes46
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 21, 2024

Currently our team keeps a set of days in a table on Confluence for important dates. I was curious to know if there is a way to setup a slack bot that can obtain the most recent dates in table and send a reminder on slack about the date. 

1 answer

0 votes
Andrii Maliuta
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 23, 2024

Hello @ashdoes46 !

If not using some 3-rd party plugins from Marketplace, you can use Confluence REST API for Data https://developer.atlassian.com/server/confluence/rest/v900/api-group-content-resource/#api-group-content-resource to get the page (content) body and extract the dates from that body string as you need. Each date will be stored as:

<time datetime="2024-08-01" />

 So you can parse it as HTML (XML) and get these attributes.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events