Do you use webhook endpoints or event destinations? Have you written a new integration or recently dealt with an issue with your integration? We’d love to capture your feedback and use cases to improve the product!
We are designing new patterns to improve the event integration experience, notably thinking about:
how to help determine the right set of events for integration
how to upgrade, test, and debug event integrations
how to better document events
how to improve SDK experience handling events
If you have any feedback on these areas or an unlisted area, we want to hear from you! Book some time to chat here.
Don’t have time for a call? Leave your feedback as a comment below of us please!
In my ideal world there would be a vscode extension that would display incoming webhooks as they are received.
This extension would also highlight important pieces of information within the full structure of the objects arrays as the webhooks land and their payloads are interpreted.
It would have a history of previous webhooks, with immediate view of timestamp and type.
It would also suggest potential snippets to immediately access and handle whatever part of the object your mouse hovered after a certain amount of time.
I’ve written an app that listens for a payload, ingests the data on receipt, and returns a callback with the respective value in establishing card issuing. Written by hand rather than the suggested solution and would be happy to share feedback and repo in exchange for some decent support getting my business case approved and production access granted for issuing and treasury.