-
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
add downloadAndDecryptAttachments for downloading and decrypting attachments #62
Conversation
Co-authored-by: Antariksh Mahajan <[email protected]>
will test this against your branch on the main repo before approving! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, we can remove the type annotations in the comments in the README code sample
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while testing on staging, I realised attachment fields are still disabled in the Build tab when the form has a webhook. we should remove that restriction.
whoops, left this comment in the wrong repo
Adding support for downloading and decrypting attachments sent via webhooks.
Corresponding client-side PR to opengovsg/FormSG#1713
Closes #60