Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

How to customize the payload path coming to Inbox Notification

Avatar

Level 3

Hi,

I am customizing the OOTB DAM update workflow. When I upload the asset and the payload path received in the inbox notification is "/content/dam/mcd/MCD10007_DailyDouble.eps-S.jpg/jcr:content/renditions/original".

But I need to customize the path like "/damadmin#/content/dam/mcd/MCD10007_DailyDouble.eps-S.jpg".

Any help will be greatly appreciated.

Thanks,

Selva

1 Accepted Solution

Avatar

Correct answer by
Level 10

You will have to customize here '/libs/cq/workflow/components/inbox/list/loadPayloadUrl.jsp'

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You will have to customize here '/libs/cq/workflow/components/inbox/list/loadPayloadUrl.jsp'

Avatar

Level 3

I overriden the page /libs/cq/workflow/components/inbox/list/json.jsp and able to achieve it