Hookdeck integration (Developer Tools). Imported from open-connector.
https://api.hookdeck.com/connections
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Hookdeck resource identifier. |
| name | string | optional | Filter connections by name or name expression. |
| sourceId | string | optional | The Hookdeck resource identifier. |
| destinationId | string | optional | The Hookdeck resource identifier. |
| fullName | string | optional | Fuzzy match the Hookdeck full_name value. |
| disabled | boolean | optional | Whether to include disabled connections. |
| limit | integer | optional | The maximum number of connections to return. Hookdeck allows up to 250. |
| next | string | optional | The Hookdeck cursor for the next page. |
| prev | string | optional | The Hookdeck cursor for the previous page. |
| orderBy | string | optional | The Hookdeck order_by value. |
| dir | string | optional | The Hookdeck sort direction. |
/connections/{connectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| connectionId | string | required | The Hookdeck resource identifier. |
/connections/{connectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| connectionId | string | required | The Hookdeck resource identifier. |
/sources
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Hookdeck resource identifier. |
| name | string | optional | Filter resources by name or name expression. |
| disabled | boolean | optional | Whether to include disabled resources. |
| limit | integer | optional | The maximum number of resources to return. Hookdeck allows up to 250. |
| next | string | optional | The Hookdeck cursor for the next page. |
| prev | string | optional | The Hookdeck cursor for the previous page. |
| orderBy | string | optional | The Hookdeck order_by value. |
| dir | string | optional | The Hookdeck sort direction. |
/sources/{sourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| sourceId | string | required | The Hookdeck resource identifier. |
/sources
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Hookdeck resource name. |
| description | string | optional | The Hookdeck resource description. |
| type | string | optional | The Hookdeck source type. |
| config | object | optional | The Hookdeck source config object. |
/sources/{sourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| sourceId | string | required | The Hookdeck resource identifier. |
| name | string | optional | The Hookdeck resource name. |
| description | string | optional | The Hookdeck resource description. |
| type | string | optional | The Hookdeck source type. |
| config | object | optional | The Hookdeck source config object. |
/sources/{sourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| sourceId | string | required | The Hookdeck resource identifier. |
/destinations
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Hookdeck resource identifier. |
| name | string | optional | Filter resources by name or name expression. |
| disabled | boolean | optional | Whether to include disabled resources. |
| limit | integer | optional | The maximum number of resources to return. Hookdeck allows up to 250. |
| next | string | optional | The Hookdeck cursor for the next page. |
| prev | string | optional | The Hookdeck cursor for the previous page. |
| orderBy | string | optional | The Hookdeck order_by value. |
| dir | string | optional | The Hookdeck sort direction. |
/destinations/{destinationId}
| Param | Type | Required | Description |
|---|---|---|---|
| destinationId | string | required | The Hookdeck resource identifier. |
/destinations
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Hookdeck resource name. |
| description | string | optional | The Hookdeck resource description. |
| type | string | optional | The Hookdeck destination type. |
| config | object | required | The Hookdeck destination config object. |
/destinations/{destinationId}
| Param | Type | Required | Description |
|---|---|---|---|
| destinationId | string | required | The Hookdeck resource identifier. |
| name | string | optional | The Hookdeck resource name. |
| description | string | optional | The Hookdeck resource description. |
| type | string | optional | The Hookdeck destination type. |
| config | object | optional | The Hookdeck destination config object. |
/destinations/{destinationId}
| Param | Type | Required | Description |
|---|---|---|---|
| destinationId | string | required | The Hookdeck resource identifier. |