once webhook is enabled i created an automation rule and whenever i modify pages i get notifications in webex but i am not able to receive user name as part of the notification how do i customize the custom data
Hi @sw engineer
Following up on the webhook and automation setup for Confluence → Webex notifications:
Right now, the Webex notifications are triggered correctly when a page is modified, but the editor’s user name is not included. To add the user name, we can customize the Custom data (payload) of the automation rule using Confluence Automation smart values.
In the rule, under the Send web request action:
{ "markdown": "**{{page.title}}** was updated by {{initiator.fullName}}\n{{page.url}}" }
You can also use:
This will ensure Webex messages include the name of the user who made the change.
If you share the exact JSON format your Webex webhook expects, I can help you adjust this payload accordingly.
Best regards,
Vishalakshi
Hey @sw engineer ,
Can you maybe clarify this part?
...i have bought webhook from atlassian market place...
Which webhook are we talking about here? Have you maybe tried using Confluence automation and Send web request action to send a payload to your destination application (Webex)?
This should definitelly be able to send information about the user who performed the action (who updated the page).
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.