Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add the YouSign Webhook #60012

Answered by stof
alexandre-castelain asked this question in Q&A
Discussion options

Hello everyone,

I would like to add the YouSign implementation for the Webhook component. I need it for one of my project.
Where should I put the code ? In the Framework Bundle ?
Or maybe this component is not done for every webhook ?

Thanks for the explanation ! Have a good day !

You must be logged in to vote

This should probably be in your own package that depends on symfony/webhook and implements the appropriate request parser.
As YouSign does not correspond to a case where we want to parse webhooks into one of our own remote event abstractions (we have 2: mailer and notifier), this should probably be a third-party package rather than a package shipped in Symfony itself.

symfony/webhook is not meant to provide request parsers for all services. It provides the infrastructure for webhooks to be used by other packages.

Replies: 1 comment 1 reply

Comment options

This should probably be in your own package that depends on symfony/webhook and implements the appropriate request parser.
As YouSign does not correspond to a case where we want to parse webhooks into one of our own remote event abstractions (we have 2: mailer and notifier), this should probably be a third-party package rather than a package shipped in Symfony itself.

symfony/webhook is not meant to provide request parsers for all services. It provides the infrastructure for webhooks to be used by other packages.

You must be logged in to vote
1 reply
Comment options

Ok, that's what I thought after thinking about it yesterday evening ! Thank you for the fast answer :)

Have a good day !

Answer selected by alexandre-castelain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /