• Resolved zakisp

    (@zakisp)


    Is is possible to send data to a webhook (Nested Json) like :

    Example:
    {
    “accounting” : [
    { “firstName” : “John”,
    “lastName” : “Doe”,
    “age” : 23 }
    ],
    “sales” : [
    { “firstName” : “Sally”,
    “lastName” : “Green”,
    “age” : 27 }
    ]`
    }

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Sorry @zakisp , right now it’s unfortunately not possible. We have had a few requests for it though and we hope to add support soon.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to use nested Json ?’ is closed to new replies.