-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Thank you for the great tool. I think I've run into a bug with JSON parsing.
I have a JSON object like this being sent to /webhook:
{
"transaction": {
"messages": [
{
"details": {
"info": "this is what I want"
}
}
]
}
I've tried the following configuration but it throws an error the selector path cannot be found:
...
webhook_format: json_single
webhook_json_selector: .transaction.messages[0].details.info
...
I've also tried switching to webhook_format:json_bulk but I can't find a working webhook_json_selector. Any help would be greatly appreciated on how to move forward.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels