See the TODO marker in managers/docusign_webhook.py
When the envelope_completed event is triggered, we can send the PDF to google drive. Implement the google drive sending logic.
For reference:
I don't remember if this works, but this stub in a previous commit has an implementation of the GoogleDrive sending logic: https://github.com/castlepointanime/backend/blob/6c085a25e2c5967c2e98569491694ce3d4b27df6/lambdaFunctions/docusignLambda/GoogleDrive.py
See the TODO marker in
managers/docusign_webhook.pyWhen the
envelope_completedevent is triggered, we can send the PDF to google drive. Implement the google drive sending logic.For reference:
I don't remember if this works, but this stub in a previous commit has an implementation of the GoogleDrive sending logic: https://github.com/castlepointanime/backend/blob/6c085a25e2c5967c2e98569491694ce3d4b27df6/lambdaFunctions/docusignLambda/GoogleDrive.py