Web

Web integration · 4 node(s) including 1 trigger.

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:

FieldTypeDetails
Brave API KeysecretRequiredBSA...
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
Number of Resultsinteger5

Returns: tool_result, results, success, error

05Triggers

Web Trigger

trigger/web · Trigger

Triggers a flow from an HTTP request of any verb; pair with a Web Response action to return a body/status

FieldTypeDetails
Accepted Methodsmulti_selectchoices: GET, POST, PUT, PATCH, DELETE
AuthenticationstringPublishable Key — choices: Publishable Key, Open
Request Fieldsfield_source_map{"id":"path","limit":"query","name":"body"} — choices: Path, Query, Header, Body
Keep Conversation Historyboolean
Message Fieldstringmessage

Returns: method, history, raw_body

06Notes & Limitations

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