Send data to APIs
- Last UpdatedJun 11, 2026
- 1 minute read
Most modern systems offer application programming interfaces (APIs) to send both data and trigger actions. The most common are HTTP-based REST APIs. The HTTP Request module in CONNECT flows can be used to make POST/PUT request where the body comes from flow messages. To simplify the reuse of APIs, you can also build a Universal Connector to deliver results to REST APIs.