when i pass full Webhook URL i got (1) error, but when i remove https:// i got the (2) error. So i tried a lot of URL formats but nothing is works. Is this method works?
(1) Error: {“status”:400,“data”:{“error”:“The entered URL must not include "http://" or "https://"”}}
(2) Error: {“status”:400,“data”:{“error”:“The entered URL is not valid”}}
Documentation:
P.S. error messages i translated to english