0

I would like to hook my own webservice running on my own system in webhook URL of the fullfilment ? is it possible ?

PhilG
  • 71
  • 1
  • 6

1 Answers1

0

Yes, with some qualifications. Your webhook must be at a publicly accessible address (you can't have the service available just to your local network) and it must handle HTTPS requests with a valid cert.

Prisoner
  • 49,922
  • 7
  • 53
  • 105