Testing webhook sample payload in the OttoFMS console

I just got caught by surprize by the following and wanted to check if it is just me or if others see the same behavior.

When having multiple webhooks defined and pressing the “Send Webhook” button in the “View/Test” screen, after pressing the button, the destination URL at the top of the window is modified to target another of my existing webhooks. I was not expecing this when I was doing basic testing and pressing the test button after making some small edits.

The end result felt like my payloads were matched to the wrong channel. Technically they were simply sent to a different channel than the one I was expecting.

Just curious about other’s experience on this. Of course, if testing from Postman or anything external, there is no issue.

Hey @Bobino ,

Thanks for the report, that is definitely not intended behavior. It looks like the sending of the test causes the webhook list to refetch, which can change the sorted order of webhooks and then cause the webhook in the modal to change. That is some strange behavior, I’ll get that fixed in our next version.

-Kyle

1 Like