#can conversational ai webhook work with GET method of IP address instead of a real domain name
1 messages · Page 1 of 1 (latest)
The provided content does not explicitly mention whether a webhook for Conversational AI can work with a GET method using an IP address instead of a real domain name. However, typically, webhooks are designed to work with valid URLs, which often require a proper domain name rather than just an IP address.
If you're testing locally or using an IP address, you might encounter issues depending on the webhook's configuration and security requirements. For example, some systems may not accept IP addresses due to SSL/TLS requirements or domain validation.
If you are facing issues with this setup, you could consider hosting your application on a domain or using a tunneling service like ngrok to expose your local server with a valid domain name. Let me know if you need further clarification!
answer?