-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about storage mode and attachments #79
Comments
The one hour expiry is actually only relevant to storage mode, as webhooks are only available for storage mode. It has no relevance to email mode as email mode attachments are simply included as attachments in the email to the admin. Hope that helps! |
I see, thanks for the quick reply. If it is permanent, what are the means to retrieve and decrypt the stored encrypted attachments afterwards. Thanks! |
@dyihoon90 we do store the attachments encrypted, however we currently don't offer any APIs to retrieve your own attachments only. |
I am currently working on a project called Tiger Trail and it uses this SDK to retrieval the data. and some of the data is actually images and it would be super useful if the webhook actually sent the s3 link that can be used to retrieve the image from the s3 database, because if not I have to convert the unit8array to image and then store it at my own s3 bucket for easy retrieval |
In this SDK's readme the following is mentioned:
Is this one hour expiry relevant for Email mode only, or does it apply for using the webhook with Storage mode as well?
Thanks!
The text was updated successfully, but these errors were encountered: