Skip to content

JSON Webhook Parsing #93

@BuffaloWill

Description

@BuffaloWill

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions