A valid request URL is required to generate request examples{
"data": {
"kind": "hubspot",
"enabled": true,
"screenPopPriority": 10,
"isDefault": false,
"spec": {
"searchObject": "contacts",
"nameFields": [
"firstname",
"lastname"
],
"companyField": "company",
"openDeals": {
"object": "deals",
"statusFilter": "open",
"limit": 3
},
"deepLinkTemplate": "https://app.hubspot.com/contacts/{{portal_id}}/contact/{{id}}"
},
"deepLinkPlaceholders": [
"{{id}}",
"{{portal_id}}"
]
}
}{
"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>"
}
]
}Get a connection's softphone contact-card spec
Returns the per-connection ContactCardSpec the Flowyte Phone screen-pop card is assembled from — which provider fields fill the card’s name/company slots, the optional open-deals read, the deep-link template, the screen-pop priority, and whether the card is enabled. A connected CRM with no override returns its Connector Pack DEFAULT card (isDefault=true). 404 if the provider isn’t connected.
A valid request URL is required to generate request examples{
"data": {
"kind": "hubspot",
"enabled": true,
"screenPopPriority": 10,
"isDefault": false,
"spec": {
"searchObject": "contacts",
"nameFields": [
"firstname",
"lastname"
],
"companyField": "company",
"openDeals": {
"object": "deals",
"statusFilter": "open",
"limit": 3
},
"deepLinkTemplate": "https://app.hubspot.com/contacts/{{portal_id}}/contact/{{id}}"
},
"deepLinkPlaceholders": [
"{{id}}",
"{{portal_id}}"
]
}
}{
"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 Response
The effective contact-card config (override or pack default).
Show child attributes
Show child attributes