ilovepdf-nodejs icon indicating copy to clipboard operation
ilovepdf-nodejs copied to clipboard

Duplicated webhooks when using .process({ webhook })

Open heilmela opened this issue 6 months ago • 0 comments

SDK Version: 0.3.1

We're experiencing confusing behavior with the webhook URL parameter:

Calling .process() without webhook URL still receives webhooks Calling .process({ webhook: }) causes duplicate events According to docs, we should set process({ webhook }) to receive webhooks, and the dashboard URL is just a security whitelist. But if webhooks work without the parameter, what's its actual purpose? (right now it just seems to duplicate events for the endpoint which makes things worse)

Is this a documentation issue or expected behavior?

heilmela avatar Jul 06 '25 09:07 heilmela