Wiki

Clone wiki

Slack for Confluence / Default Attachments JSON

In case you want to reset the configuration of the Attachments JSON to the default one, you can copy it from below.

#!json
[
  {
    "fallback": "${spaceTitle} - ${pageTitle} ${action} by ${userName}: ${pageUrl}",
    "pretext": "${action} by ${userLink}",
    "title": "${spaceTitle} - ${pageTitle}",
    "title_link": "${pageUrl}",
    "color": "#205081"
  }
]

Updated