ilovepdf-nodejs
ilovepdf-nodejs copied to clipboard
webhooks are not been called
Hi Im testing the webhooks functionality of the process endpoint without success.
Steps to reproduce:
- Call the auth endpoint declared on the postman collection found in the documentation. https://developer.ilovepdf.com/docs/api-reference
- Call the start endpoint
- Call the upload endpoint
- Open https://webhook.site/ and copy the webhook url
- Add following property to the body object and copy the webhook url
"webhook" : "my_webhook_url"
Then the webhook should be called by the ilovepdf api but it doesn't.