Skip to content
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

29 implement docusign webhook listener #49

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

gcarvellas
Copy link
Contributor

@gcarvellas gcarvellas commented Nov 1, 2023

Summary of changes:

  • Adds documentation of as many docusign events as possible. A separate issue will be made for unknown docusign events.
  • Implemented the /docusign/webhook route for the docusign webhook.

This MR does not implement the logic for every single webhook. This MR simply sets up the skeleton for handling webhooks. The implementation cannot continue past this point until #19 gets resolved.

Another note I want to add is that this issue is currently difficult to test. Once this gets merged, We should work on having some kind of developer environment on EC2 for this so we can test with real docusign events.

…to responded, recipient authentication failure, and recipient delegate
@gcarvellas gcarvellas linked an issue Nov 1, 2023 that may be closed by this pull request
@gcarvellas
Copy link
Contributor Author

@KevinHa48 @Yun-L Currently this api route takes in a key as query param. If that key matches our environment variable key, then the route will be authenticated. Otherwise, it'll return http 403.

Is this secure? I'm not sure how to feel about it but I'm also not sure what would be better.

@gcarvellas
Copy link
Contributor Author

@KevinHa48 @Yun-L Currently this api route takes in a key as query param. If that key matches our environment variable key, then the route will be authenticated. Otherwise, it'll return http 403.

Is this secure? I'm not sure how to feel about it but I'm also not sure what would be better.

nevermind. Docusign has their own integration for keys like this:

image

I'll make a separate issue for this

@gcarvellas gcarvellas merged commit c117c51 into main Nov 1, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement docusign webhook listener
1 participant