Issue Description
I'm implementing Control Room APIs within actionable emails, which requires hardcoding the X-Authorization token in the email template. Currently, we're facing a limitation with the token expiration time:
- The maximum token timeout appears to be 7 days
- Token cannot be dynamically updated since it's embedded in the email
- This duration is insufficient for our use case
Question
1. Is there a way to extend the token expiration beyond 7 days?
2. If not, are there any recommended workarounds for long-term API access in actionable emails?
Additional Context
This is for a production environment where emails may need to remain actionable for extended periods. Requiring token updates every 7 days isn't feasible due to the static nature of sent emails.
Any insights or alternative approaches would be greatly appreciated.