Testing Webhooks with JS – Part 2

testing webhooks with nodejs

Webhooks are a popular way for platforms to notify external clients and integrations when changes are occurring in near real time. Webhooks can be very useful but they can also present a challenge for both automated and exploratory testing of the webhooks implementation. Rather than rely on sites like webhook.site and requestbin, in this series … [Read more…]

Testing Webhooks with JS

testing webhooks with nodejs

Webhooks are a popular way for platforms to notify external clients and integrations when changes are occurring in near real time. Webhooks can be very useful but they can also present a challenge for both automated and exploratory testing of the webhooks implementation. Typically the integrator registers to recieve webhooks by providing an endpoint that … [Read more…]