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

webhooks are not been called

Open HelmerBarcos opened this issue 3 years ago • 0 comments

Hi Im testing the webhooks functionality of the process endpoint without success.

Steps to reproduce:

  1. Call the auth endpoint declared on the postman collection found in the documentation. https://developer.ilovepdf.com/docs/api-reference
  2. Call the start endpoint
  3. Call the upload endpoint
  4. Open https://webhook.site/ and copy the webhook url
  5. 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.

HelmerBarcos avatar Oct 04 '22 08:10 HelmerBarcos