Hi All,
Raised two cases with Support but no response so starting new discussion.
We have created smartsheet webhook with callback url having port 443, 8008,8000 and 8080 but able to get response when callback url configured with 443 (tried one by one port, doing PUT { "enabled": true } after creating webhook).
Do other ports are supported or only 443 port is supported in callback url ?
As per support document all other ports are supported but, in our test, only able to get response if 443 is configured. (all other ports are also open on server and able to access callback url using postman and soapui)
Notes in Smartsheet document-
http://smartsheet-platform.github.io/api-docs/#creating-a-webhook
- Smartsheet webhooks do not support callbacks to servers using self-signed certificates. The callback server must be using a signed certificate from a certificate authority.
- The callbackURL cannot be a private IP address.
- The callbackURL must use one of the following ports: 443 (default for HTTPS), 8000, 8008, 8080, or 8443
Anyone faced this or its issues with Smartsheet documentation?
Ticket number with smartsheet – 03604358, 03607967