follow_sms_link
Follow (server-side GET) a link extracted from an SMS — same semantics as the email follow_link tool: defaults to the first verify-classed link, accepts class/index/exact url, SSRF-guarded, https-only, max 5 redirects. Returns {requested_url, final_url, status, redirects, ok}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Follow this exact URL (must be one of the SMS'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. | |
| sms_id | Yes | SMS id (uuid) whose extracted link to follow. |