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

adding link to webhook portal #4326

Closed
nicolasburtey opened this issue Apr 22, 2024 · 0 comments · Fixed by #4340
Closed

adding link to webhook portal #4326

nicolasburtey opened this issue Apr 22, 2024 · 0 comments · Fixed by #4340
Assignees

Comments

@nicolasburtey
Copy link
Member

the query below will give a link to open the webhook portal, which can be very useful to debug the issues related to webhook.

we should add on the following page https://dashboard.blink.sv/callback a button that open this link so dev can more easily debug the issue they may have with callbacks

query Query {
  me {
    defaultAccount {
      callbackPortalUrl
    }
  }
}
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 a pull request may close this issue.

2 participants