Skip to main content

I am looking for a free way to post Daily US mortgage rates into a slack channel

Is there a website or a service that you’re using to monitor the rates? Ultimately, you need to get that feed into Zapier, likely via webhooks. In which case, you can update the rates in real-time.

If you don’t have access to the api or the “stream” generating those rates, you’ll set up a “schedule” trigger to run every 24 hours, then you’ll need to scrape the rates from the website code. 

Either of these solutions require some advanced dev skills.