Skip to content

Is there a way to get hold of webhook_id? #81

@aharin

Description

@aharin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions