Open asennoussi opened 2 months ago
Unfortunately Rudderstacks webhook functionality is maddening terrible. They only allow for sending content wrapped inside of their "body" type which pretty much no other platforms seem to support natively and because you cant remove the wrapper you cant adapt the body to the receivers contract. A full Rudderstack integration would need to be built out to support inbound unfortunately, but outbound events into Rudderstack should work since in theory their API is segment compatible.
I'm using Webhooks on Rudderstack (Similar to Segment but Opensource) I'm sending this payload from Rudderstack to my Parcelvoy API:
I'm getting error 422:
` { "response": "{\"status\":\"error\",\"error\":\"The value of
must be a array.\"}", "firstAttemptedAt": "2024-09-19T16:50:36.855Z", "content-type": "application/json; charset=utf-8" }