Short answer: Drop the "Anthropic → Message with Web Search" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Claude Opus 4.7, Claude Sonnet 4.6, Claude Haiku 4.5 |
Question message | string | Required | What are the latest developments in quantum computing this week? |
Max Web Searches max_uses | string | Optional | Maximum number of web_search calls Claude can make |
Max Tokens max_tokens | string | Optional | Max Tokens |
{"model": "{{trigger.model}}","message": "What are the latest developments in quantum computing this week?","max_uses": "{{trigger.max_uses}}","max_tokens": "{{trigger.max_tokens}}"}
{"id": "msg_abc","role": "assistant","content": [{"text": "Based on recent reports...","type": "text"},{"type": "web_search_tool_result","citations": []}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.