Skip to main content
POST
/
api
/
v1
/
share
/
{token}
/
dispatch
Dispatch a shared agent (web mode)
curl --request POST \
  --url https://prod.featherhq.com/api/v1/share/{token}/dispatch \
  --header 'Content-Type: application/json' \
  --data '
{
  "leadId": "<string>",
  "firstName": "<string>",
  "mode": "shareable_link",
  "metadata": {},
  "zipcode": "<string>",
  "variables": {}
}
'
{}

Path Parameters

token
string
required

Body

application/json
leadId
string
required
firstName
string
required
mode
enum<string>
required
Available options:
shareable_link
metadata
object
zipcode
string | null
Pattern: ^\d{5}(-?\d{4})?$
customer
object
variables
object

Response

Dispatch created successfully

connectionDetails
object