Category: Power Automate


  • Updating Hubspot from Power Automate

    The connector from Power Automate to Hubspot is not reliable in my experience. Fortunately Power Automate allows us to build a HTTP request from scratch. To do this you need a Hubspot API key. In Power Automate choose the HTTP step: This is how to set it up for a POST request to add a…

  • Using emails and Power Automate as a simple API

    Sometimes you might have a website or service without an API but which has some sort of emailing facility. For example, an online form that sends a standard email response. With Power Automate you can extract whatever data you wish from that email and do what you like with it (update a database for instance).…