Hi. Could you please tell me which integration/service I can use to find out if a website is working or not?
We offer the URL Validator integration to check if a website is working. This integration includes the "Check if URL is Valid" action, which determines whether a given URL is active and reachable. To use it: 1. Input the website URL you want to check 2. The action will return a boolean value (true/false) indicating if the URL is valid and accessible This tool is useful for verifying website accessibility and maintaining accurate web address data in your Clay workflows.
Thank you. And how can I find out if a website is running on HTTP or HTTPS?
To determine if a website is running on HTTP or HTTPS, you can use our URL Validator integration. Here's how: 1. Use the "Check if URL is Valid" action. 2. Input the full website URL you want to check (including http:// or https://). 3. The action will validate the URL and return a boolean value. If the URL is valid with https://, it's running on HTTPS. If it's only valid with http://, it's using HTTP. This method helps you verify both the protocol and the site's accessibility. If you need more detailed information about the website's protocol, you might need to explore additional HTTP request methods or tools outside of Clay.
Thank you so much for sharing your feedback βOleksii I.β!