I would like to automate re-broadcasting inline comments on a page as page comments. I can't see any documented way to do this, it's not exposed in comment smart values.
Trigger: Page Commented
If: (Comment is inline?)
Then: Add Comment
Hi @Nev Ramadan,
There's no smart value to differentiate between inline and page comments, but you can use API to find out if your comment is inline. Here's the example:
Add the Send web request action with URL "{{baseurl}}/api/v2/inline-comments/{{comment.id}}". If this request returns you 200, it means that the comment is inline.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.