Event Forwarding – Need Approach for Automated Token Renewal
I am using event forwarding to send data to the XYZ destination. For this, I have configured the required property, added it to the data stream, and tested the setup—it is working as expected. The endpoint URL is authenticated. Currently, I have generated the authentication token using Postman and stored it in the secrets, but this token expires every 24 hours. Is there a way to automatically generate a new token every 24 hours (or less) and update the secret with the latest token value?