Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Notify for page expiry date

Avatar

Level 1

Hi Experts,

need help on how to notify Content Author/s when a page reaches the expiry date.

 

As an  user I want the system to send email notifications as mentioned below to Content Author/s when a page reaches the expiry date, so that they view and take appropriate action.

List of Email notifications when page is close to assigned expiry date:

  1. First email notification shall be sent on <current date> - <30 days to expiration date>

  2. Second email notification shall be sent on <current date - <7 days to expiration date>

  3. Third email notification shall be sent on <current date - <1 day to expiration date>

Any leads on this will be ver helpfull
Thanks

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

There is no expiry for page unlike asset.

But you can build the same logic for Page, in your page property have a expiry date and run the scheduler daily to check expiry based on different day and send notification.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi,

There is no expiry for page unlike asset.

But you can build the same logic for Page, in your page property have a expiry date and run the scheduler daily to check expiry based on different day and send notification.

Avatar

Level 1

Hi @arunpatidar  could you please share me the logic sample or github repo link where  I can find logic for assets expiry scheduler so that I could use it as refrence.

 

Thanks in advance

Avatar

Level 4

Hi, 
Page Does not have expiry date.
Assets has Please follow this discussion for assets expiration  - 
asset-page-expiration-alerts-in-aem 

 

answered by @kautuk_sahni