A valid request URL is required to generate request examples{
"data": {
"matched": true,
"multipleMatches": false,
"crm": {
"name": "Jamie Rivera",
"company": "Acme Supply",
"openDeal": "Q3 Renewal ($12,000)",
"deepLink": "https://app.hubspot.com/contacts/8891234/contact/551"
}
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Dry-run the softphone contact card against a number
Runs the connection’s effective ContactCardSpec against a typed E.164 number and returns the preview card the softphone would show (matched name/company, open deal, deep link, and the multiple-matches flag). A config-time helper; makes ONE guarded, budgeted CRM read. 404 if the provider isn’t connected.
A valid request URL is required to generate request examples{
"data": {
"matched": true,
"multipleMatches": false,
"crm": {
"name": "Jamie Rivera",
"company": "Acme Supply",
"openDeal": "Q3 Renewal ($12,000)",
"deepLink": "https://app.hubspot.com/contacts/8891234/contact/551"
}
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The integration provider (connector). One of the supported connector slugs: native providers (google_calendar, google_sheets, calendly, hubspot, ``, square, opentable, shopify), SQL databases (postgres, mysql), the universal Zapier MCP fallback (zapier), or Composio (composio).
google_calendar, google_sheets, calendly, hubspot, square, opentable, shopify, postgres, mysql, zapier, composio Body
The caller number to look up (E.164).
Response
The preview contact card (crm block present only on a match).