Add new Signatures webhook event information#314
Merged
Conversation
✅ Deploy Preview for criipto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
haysch
commented
Apr 16, 2026
| ```text | ||
| { | ||
| "event" = "ALL_CURRENT_SIGNATORIES_SIGNED", | ||
| "signatoryIds" = [ "[GraphQL ID]" ], |
Contributor
Author
There was a problem hiding this comment.
Unsure about the best way to define a list of IDs.
Collaborator
There was a problem hiding this comment.
"signatoryIds" = ["[GraphQL ID]", ..."[GraphQL ID]"] maybe?
Collaborator
There was a problem hiding this comment.
The double brackets are a little annoying to read though
Collaborator
There was a problem hiding this comment.
Maybe we should switch to something like ${signatoryId}
Contributor
Author
There was a problem hiding this comment.
That's also what I was beginning to think - or maybe just {SignatoryId} without the dollar-sign?
Rather than having the vague `[GraphQL ID]`, which could also be read as a list of elements, we explicitly declare what the variable kind is.
Document the new `ALL_CURRENT_SIGNATORIES_SIGNED` event.
758c625 to
6a6099e
Compare
mickhansen
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the new
ALL_CURRENT_SIGNATORIES_SIGNEDevent.