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

Ability to add multiple webhooks for same events. #309

Closed
Puneet56 opened this issue Jul 18, 2023 · 3 comments · Fixed by #340
Closed

Ability to add multiple webhooks for same events. #309

Puneet56 opened this issue Jul 18, 2023 · 3 comments · Fixed by #340
Assignees

Comments

@Puneet56
Copy link

No description provided.

@vtopc
Copy link
Contributor

vtopc commented Sep 13, 2024

@vtopc
Copy link
Contributor

vtopc commented Nov 7, 2024

@vtopc
Copy link
Contributor

vtopc commented Nov 9, 2024

@Puneet56 use https://pkg.go.dev/github.com/mailgun/mailgun-go/v4#MailgunImpl.CreateWebhook

e.g.:

mg.CreateWebhook(ctx, name, []string{"https://example.com/1", "https://example.com/2"})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants