follow_link
Follow (server-side GET) a link extracted from a message — the 'click the verification link' step without leaving the conversation. Defaults to the first verify-classed link; pass class, index, or an exact url to pick another. Redirects are followed (SSRF-guarded, https-only, max 5). Returns {requested_url, final_url, status, redirects, ok} — the target's response body is never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Follow this exact URL (must be one of the message's extracted links). At most one of url, class, index. | |
| class | No | Follow the first link of this class: verify | reset | unsubscribe | other. Default when nothing is passed: verify. | |
| index | No | Follow the link at this zero-based index of the extracted links. | |
| message_id | Yes | Message id (uuid) whose extracted link to follow. |