Integrations / Baseloop / Send HTTP Request
Send HTTP Request
Send an HTTP request to a specified URL with dynamic data from your table
What this does
The escape hatch for any tool with an API. Used in production for Typeform inbound webhooks, WebinarGeek and Luma registration sync, Lemlist reply ingestion, Nooks call-data import, Vector anonymous-visitor identification, and any vendor-specific endpoint that doesn't have a first-party Baseloop integration yet. JSON responses are parsed automatically so you can reference individual fields downstream.
What this returns
The HTTP response body and status code, written back to the row. JSON responses are parsed automatically so individual fields can be referenced in downstream actions.
How teams use this
Teams typically chain send http request after an enrichment or scoring step: an inbound lead lands on the table, an enrichment action fills in the missing fields, a qualification step decides whether the lead is worth acting on, and send http request runs only on the rows that pass. Because Baseloop maps each action's inputs to columns on your table, the same workflow can run on one record or on ten thousand without changing a thing.
Run this in Baseloop today
Drop send http request into any workflow. Free to start, no credit card.
Other Baseloop-native actions
Custom AI Agent
AI agent for content creation and web research on your table data
See actionEnrich Company
Enrich company data using LinkedIn URL
See actionEnrich Contact
Enrich contact data using LinkedIn profile
See actionLookup Multiple Records in Other Table
Search another table and return all matching records
See actionLookup Single Record in Other Table
Search another table and return the first matching record
See actionSend to Table
Send rows from this table to another table
See action