Attach a link to a call

Attach a link to a call, so it shows on the call in Consio.

Works at any point in the call's life, so a link can go on while the call is still running.

Idempotent on the URL: posting a link whose URL the call already carries returns the link
that is already there rather than adding a second one, which makes a retry safe.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^([0-9]+|c[a-z2-7]{14,31})$
string
required
Body Params

Public API request to attach a link to a call.

Only url and title are needed. external_uid is an identifier of your own so you can
recognize the link later.

url must be absolute https; anything else is rejected, and what is stored is the parsed
form, so a bare host comes back with its trailing slash. Text is trimmed, a title of nothing
but spaces is rejected, and a blank optional field reads as left out.

uri
required
length between 1 and 2083

Where the link opens. Two links on one call cannot share a URL. Must be an absolute HTTPS URL.

string
required
length ≥ 1

Main line of the row, e.g. the subject of the ticket you are linking to.

Your own identifier for what the link points at, e.g. a ticket number. Stored and returned as is.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json