Add a link to my SmartSite
swop_add_linkAdd a link to the linked account's SmartSite, with smart placement. TWO STEPS: (1) call with just the url — the tool detects what kind of link it is (payment like Venmo/PayPal/Cash App, social, contact, website) and returns a recommendation with a text preview of each layout: a small ICON in the icon row, a link BUTTON tile, or a full-width INFOBAR call-to-action card. Show the user the message + previews and ask which they want. (2) call again with the same url plus displayAs = 'icon' | 'button' | 'infobar' to place it. You can override title / buttonName / description / style ('solid' | 'glass') for an info bar. Returns a viewUrl to preview the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The link to add (any URL, or mailto:/tel:) | |
| style | No | Info-bar card style (default solid) | |
| title | No | Override the label/title | |
| displayAs | No | Omit first to get a placement suggestion; then set to place it | |
| buttonName | No | Info-bar button text (e.g. "Pay", "Book") | |
| description | No | Info-bar description line | |
| smartsiteId | No | Specific SmartSite id (default: primary) |