We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The event payload sent to a webhook contains meta element with a webhook_id:
{ "events": [ ], "meta": { "webhook_id": "WB000..." } }
I cannot see though, how to get hold of webhook_id value using the java client. Webhook.parse method only returns the list of events.
Webhook.parse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The event payload sent to a webhook contains meta element with a webhook_id:
I cannot see though, how to get hold of webhook_id value using the java client.
Webhook.parse
method only returns the list of events.The text was updated successfully, but these errors were encountered: