Web

Web integration · 3 node(s).

00Overview

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Web

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Fetch

Web Fetch

web/fetch · Action

Fetch a URL and extract the text content

FieldTypeDetails
URLstringRequiredhttps://example.com
Max Content Lengthinteger10000

Returns: tool_result, content, title, status_code, success, error

03Request

HTTP Request

web/request · Action

Send an HTTP request and capture the response

FieldTypeDetails
HTTP MethodstringRequiredGET — choices: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
URLstringRequiredhttps://example.com/api/v1/resource
HeaderstextContent-Type: application/json Authorization: Bearer ...
Request Bodytext
Timeout (seconds)integer30

Returns: tool_result, status_code, response_body, response_headers, success

web/search · Action

Search the web using the Brave Search API

FieldTypeDetails
Search QuerystringRequiredWhat to search for
Brave API KeysecretRequiredBSA...
Number of Resultsinteger5

Returns: tool_result, results, success, error

05Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.