Get the most out of HTTP Requests!
Connecting HTTP requests with Rows gives you the power to use any REST API available on the Web. Use familiar HTTP methods such as GET, POST, PATCH, or PUT to import/send data from/to data source that are not available in our Integrations' Marketplace.
Use cases
- Connect your spreadsheets to your internal APIs.
- Retrieve data from your custom BI tool on a schedule and share reports with your colleagues.
- Connect your custom ERP and share real-time inventory reports in your team.
- Easily track your supply chain by pulling data from order management system.
GET
Perform an HTTP GET on a URL and get the response.
PATCH
Perform an HTTP PATCH on a URL with special parameters.
POST
Perform an HTTP POST on a URL with special parameters.
PUT
Perform a PUT request on a URL.
HTTP content to help you get started!