Connections Dataset
Receive followed company's Connections
Sends a list containing a single followed company's Connection. <br> <br> Triggered when: <br>
- Found
postWebhookConnectionsDataset
Payload
Example payload
{
"data": [
{
"id": "587e4f3f-8149-4918-8a30-89190fa582f8",
"type": "connection",
"attributes": {
"category": "integration",
"source_category": "integration_page",
"source_url": "https://y.uno/integrations",
"individual_source_url": "https://www.y.uno/partner/adyen",
"context": "Yuno partners with Adyen to integrate its global payment solutions, enhancing transaction processing capabilities and unlocking revenue opportunities for businesses. This collaboration ensures seamless integration with various payment providers and fraud solutions, fostering mutual success.",
"first_seen_at": "2023-08-02T21:20:41Z",
"last_seen_at": "2026-06-30T11:16:19Z",
"confidence": null
},
"relationships": {
"company1": {
"data": {
"id": "edb175f8-51be-53ef-8af5-bec04dc3a402",
"type": "company"
}
},
"company2": {
"data": {
"id": "94d705f4-6650-5055-b643-62d0740cdfa3",
"type": "company"
}
},
"technology": {
"data": null
}
}
}
],
"included": [
{
"id": "edb175f8-51be-53ef-8af5-bec04dc3a402",
"type": "company",
"attributes": {
"domain": "y.uno",
"company_name": "Yuno, Inc.",
"ticker": null
}
},
{
"id": "94d705f4-6650-5055-b643-62d0740cdfa3",
"type": "company",
"attributes": {
"domain": "adyen.com",
"company_name": "Adyen",
"ticker": "OTC:ADYYF"
}
}
],
"meta": {
"schema_version": "3.2",
"record_state": "active"
}
}Response
Return a 200 status to indicate that the data was received successfully.
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.