-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Is it possible to some how send multiple webhooks? #614
Comments
@ShaunJahn Do you mean multiple webhooks? Or sending the same webhook to multiple urls? |
Trigger multiple webhooks on the same request. |
Can you try MyGet preview version: |
Do you mean update |
@ShaunJahn See this wiki link for details: |
I think in your case you need See also: |
Can confirm that it's working perfectly after that change. |
OK. Thank you for verifying. I'll merge this PR and release a official new NuGet shorty. |
Awesome, thank you so much for this and the great work. |
When setting up a mock endpoint and using:
WithWebhook
for single works perfectly.Would be possible to use the same logic but provide a list of
Webhook
and send multiple webhooks at a time?The text was updated successfully, but these errors were encountered: