/svix-integrations | Type: Application | PCID required: Yes
Tools
svix_integrations_v1_connector_create
Create Connector Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
idempotency-key | string | No | — | The request’s idempotency key | |
allowedEventTypes | string[] | No | — | Allowed Event Types | |
description | string | No | — | The description value | |
featureFlags | string[] | No | — | Feature Flags | |
instructions | string | No | — | The instructions value | |
kind | string | No | — | The kind value | |
logo | string | null | No | — | The logo value |
name | string | Yes | — | The name value | |
productType | string | No | — | Product Type | |
transformation | string | Yes | — | The transformation value | |
uid | string | null | No | — | The Connector’s UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"idempotency-key": {
"type": "string",
"description": "The request's idempotency key"
},
"allowedEventTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Allowed Event Types"
},
"description": {
"type": "string",
"description": "The description value"
},
"featureFlags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Feature Flags"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"kind": {
"type": "string",
"description": "The kind value",
"enum": [
"Custom",
"AgenticCommerceProtocol",
"CloseCRM",
"CustomerIO",
"Discord",
"Hubspot",
"Inngest",
"Loops",
"Otel",
"Resend",
"Salesforce",
"Segment",
"Sendgrid",
"Slack",
"Teams",
"TriggerDev",
"Windmill",
"Zapier"
]
},
"logo": {
"type": [
"string",
"null"
],
"description": "The logo value"
},
"name": {
"type": "string",
"description": "The name value"
},
"productType": {
"type": "string",
"description": "Product Type",
"enum": [
"Dispatch",
"Stream"
]
},
"transformation": {
"type": "string",
"description": "The transformation value"
},
"uid": {
"type": [
"string",
"null"
],
"description": "The Connector's UID."
}
},
"required": [
"PCID",
"name",
"transformation"
]
}
svix_integrations_v1_connector_delete
Delete Connector Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
connector_id | string | Yes | — | The Connector’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"connector_id": {
"type": "string",
"description": "The Connector's ID or UID."
}
},
"required": [
"PCID",
"connector_id"
]
}
svix_integrations_v1_connector_get
Get Connector Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
connector_id | string | Yes | — | The Connector’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"connector_id": {
"type": "string",
"description": "The Connector's ID or UID."
}
},
"required": [
"PCID",
"connector_id"
]
}
svix_integrations_v1_connector_list
List Connectors Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | Limit the number of returned items |
iterator | string | No | — | The iterator returned from a prior invocation |
order | string | No | — | The sorting order of the returned items |
product_type | string | No | — | Product Type |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"limit": {
"type": "integer",
"description": "Limit the number of returned items"
},
"iterator": {
"type": "string",
"description": "The iterator returned from a prior invocation"
},
"order": {
"type": "string",
"description": "The sorting order of the returned items",
"enum": [
"ascending",
"descending"
]
},
"product_type": {
"type": "string",
"description": "Product Type",
"enum": [
"Dispatch",
"Stream"
]
}
},
"required": [
"PCID"
]
}
svix_integrations_v1_connector_patch
Patch Connector Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
connector_id | string | Yes | — | The Connector’s ID or UID. | |
allowedEventTypes | string[] | No | — | Allowed Event Types | |
description | string | No | — | The description value | |
featureFlags | string[] | No | — | Feature Flags | |
instructions | string | No | — | The instructions value | |
kind | string | No | — | The kind value | |
logo | string | null | No | — | The logo value |
name | string | No | — | The name value | |
transformation | string | No | — | The transformation value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"connector_id": {
"type": "string",
"description": "The Connector's ID or UID."
},
"allowedEventTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Allowed Event Types"
},
"description": {
"type": "string",
"description": "The description value"
},
"featureFlags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Feature Flags"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"kind": {
"type": "string",
"description": "The kind value",
"enum": [
"Custom",
"AgenticCommerceProtocol",
"CloseCRM",
"CustomerIO",
"Discord",
"Hubspot",
"Inngest",
"Loops",
"Otel",
"Resend",
"Salesforce",
"Segment",
"Sendgrid",
"Slack",
"Teams",
"TriggerDev",
"Windmill",
"Zapier"
]
},
"logo": {
"type": [
"string",
"null"
],
"description": "The logo value"
},
"name": {
"type": "string",
"description": "The name value"
},
"transformation": {
"type": "string",
"description": "The transformation value"
}
},
"required": [
"PCID",
"connector_id"
]
}
svix_integrations_v1_connector_update
Update Connector Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
connector_id | string | Yes | — | The Connector’s ID or UID. | |
allowedEventTypes | string[] | No | — | Allowed Event Types | |
description | string | No | — | The description value | |
featureFlags | string[] | No | — | Feature Flags | |
instructions | string | No | — | The instructions value | |
kind | string | No | — | The kind value | |
logo | string | null | No | — | The logo value |
name | string | No | — | The name value | |
transformation | string | Yes | — | The transformation value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"connector_id": {
"type": "string",
"description": "The Connector's ID or UID."
},
"allowedEventTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Allowed Event Types"
},
"description": {
"type": "string",
"description": "The description value"
},
"featureFlags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Feature Flags"
},
"instructions": {
"type": "string",
"description": "The instructions value"
},
"kind": {
"type": "string",
"description": "The kind value",
"enum": [
"Custom",
"AgenticCommerceProtocol",
"CloseCRM",
"CustomerIO",
"Discord",
"Hubspot",
"Inngest",
"Loops",
"Otel",
"Resend",
"Salesforce",
"Segment",
"Sendgrid",
"Slack",
"Teams",
"TriggerDev",
"Windmill",
"Zapier"
]
},
"logo": {
"type": [
"string",
"null"
],
"description": "The logo value"
},
"name": {
"type": "string",
"description": "The name value"
},
"transformation": {
"type": "string",
"description": "The transformation value"
}
},
"required": [
"PCID",
"connector_id",
"transformation"
]
}
svix_integrations_v1_integration_create
Create Integration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
idempotency-key | string | No | — | The request’s idempotency key |
featureFlags | string[] | No | — | The set of feature flags the integration will have access to. |
name | string | Yes | — | The name value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"idempotency-key": {
"type": "string",
"description": "The request's idempotency key"
},
"featureFlags": {
"type": "array",
"items": {
"type": "string"
},
"description": "The set of feature flags the integration will have access to."
},
"name": {
"type": "string",
"description": "The name value"
}
},
"required": [
"PCID",
"app_id",
"name"
]
}
svix_integrations_v1_integration_delete
Delete Integration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
integ_id | string | Yes | — | The Integration’s ID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"integ_id": {
"type": "string",
"description": "The Integration's ID."
}
},
"required": [
"PCID",
"app_id",
"integ_id"
]
}
svix_integrations_v1_integration_get
Get Integration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
integ_id | string | Yes | — | The Integration’s ID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"integ_id": {
"type": "string",
"description": "The Integration's ID."
}
},
"required": [
"PCID",
"app_id",
"integ_id"
]
}
svix_integrations_v1_integration_list
List Integrations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
limit | integer | No | — | Limit the number of returned items |
iterator | string | No | — | The iterator returned from a prior invocation |
order | string | No | — | The sorting order of the returned items |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"limit": {
"type": "integer",
"description": "Limit the number of returned items"
},
"iterator": {
"type": "string",
"description": "The iterator returned from a prior invocation"
},
"order": {
"type": "string",
"description": "The sorting order of the returned items",
"enum": [
"ascending",
"descending"
]
}
},
"required": [
"PCID",
"app_id"
]
}
svix_integrations_v1_integration_rotate_key
Rotate Integration Key Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
integ_id | string | Yes | — | The Integration’s ID. |
idempotency-key | string | No | — | The request’s idempotency key |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"integ_id": {
"type": "string",
"description": "The Integration's ID."
},
"idempotency-key": {
"type": "string",
"description": "The request's idempotency key"
}
},
"required": [
"PCID",
"app_id",
"integ_id"
]
}
svix_integrations_v1_integration_update
Update Integration Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
app_id | string | Yes | — | The Application’s ID or UID. |
integ_id | string | Yes | — | The Integration’s ID. |
featureFlags | string[] | No | — | The set of feature flags the integration will have access to. |
name | string | Yes | — | The name value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"app_id": {
"type": "string",
"description": "The Application's ID or UID."
},
"integ_id": {
"type": "string",
"description": "The Integration's ID."
},
"featureFlags": {
"type": "array",
"items": {
"type": "string"
},
"description": "The set of feature flags the integration will have access to."
},
"name": {
"type": "string",
"description": "The name value"
}
},
"required": [
"PCID",
"app_id",
"integ_id",
"name"
]
}
svix_integrations_v1_operational_webhook_endpoint_create
Create Operational Webhook Endpoint Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
idempotency-key | string | No | — | The request’s idempotency key | |
description | string | No | — | The description value | |
disabled | boolean | No | — | The disabled value | |
filterTypes | string[] | No | — | Filter Types | |
metadata | object | No | — | The metadata value | |
rateLimit | integer | null | No | — | Deprecated, use throttleRate instead. |
secret | string | null | No | — | The endpoint’s verification secret. Format: base64 encoded random bytes optionally prefixed with whsec_. It is recommended to not set this and let the server generate the secret. |
throttleRate | integer | null | No | — | Maximum messages per second to send to this endpoint. Outgoing messages will be throttled to this rate. |
uid | string | null | No | — | Optional unique identifier for the endpoint. |
url | string | Yes | — | The url value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"idempotency-key": {
"type": "string",
"description": "The request's idempotency key"
},
"description": {
"type": "string",
"description": "The description value"
},
"disabled": {
"type": "boolean",
"description": "The disabled value"
},
"filterTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter Types"
},
"metadata": {
"type": "object",
"description": "The metadata value"
},
"rateLimit": {
"type": [
"integer",
"null"
],
"description": "Deprecated, use `throttleRate` instead."
},
"secret": {
"type": [
"string",
"null"
],
"description": "The endpoint's verification secret. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. It is recommended to not set this and let the server generate the secret."
},
"throttleRate": {
"type": [
"integer",
"null"
],
"description": "Maximum messages per second to send to this endpoint. Outgoing messages will be throttled to this rate."
},
"uid": {
"type": [
"string",
"null"
],
"description": "Optional unique identifier for the endpoint."
},
"url": {
"type": "string",
"description": "The url value"
}
},
"required": [
"PCID",
"url"
]
}
svix_integrations_v1_operational_webhook_endpoint_delete
Delete Operational Webhook Endpoint Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
}
},
"required": [
"PCID",
"endpoint_id"
]
}
svix_integrations_v1_operational_webhook_endpoint_get
Get Operational Webhook Endpoint Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
}
},
"required": [
"PCID",
"endpoint_id"
]
}
svix_integrations_v1_operational_webhook_endpoint_get_headers
Get Operational Webhook Endpoint Headers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
}
},
"required": [
"PCID",
"endpoint_id"
]
}
svix_integrations_v1_operational_webhook_endpoint_get_secret
Get Operational Webhook Endpoint Secret Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
}
},
"required": [
"PCID",
"endpoint_id"
]
}
svix_integrations_v1_operational_webhook_endpoint_list
List Operational Webhook Endpoints Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | Limit the number of returned items |
iterator | string | No | — | The iterator returned from a prior invocation |
order | string | No | — | The sorting order of the returned items |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"limit": {
"type": "integer",
"description": "Limit the number of returned items"
},
"iterator": {
"type": "string",
"description": "The iterator returned from a prior invocation"
},
"order": {
"type": "string",
"description": "The sorting order of the returned items",
"enum": [
"ascending",
"descending"
]
}
},
"required": [
"PCID"
]
}
svix_integrations_v1_operational_webhook_endpoint_rotate_secret
Rotate Operational Webhook Endpoint Secret Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. | |
idempotency-key | string | No | — | The request’s idempotency key | |
key | string | null | No | — | The endpoint’s verification secret. Format: base64 encoded random bytes optionally prefixed with whsec_. It is recommended to not set this and let the server generate the secret. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
},
"idempotency-key": {
"type": "string",
"description": "The request's idempotency key"
},
"key": {
"type": [
"string",
"null"
],
"description": "The endpoint's verification secret. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. It is recommended to not set this and let the server generate the secret."
}
},
"required": [
"PCID",
"endpoint_id"
]
}
svix_integrations_v1_operational_webhook_endpoint_update
Update Operational Webhook Endpoint Parameters:| Parameter | Type | Required | Default | Description | |
|---|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. | |
description | string | No | — | The description value | |
disabled | boolean | No | — | The disabled value | |
filterTypes | string[] | No | — | Filter Types | |
metadata | object | No | — | The metadata value | |
rateLimit | integer | null | No | — | Deprecated, use throttleRate instead. |
throttleRate | integer | null | No | — | Maximum messages per second to send to this endpoint. Outgoing messages will be throttled to this rate. |
uid | string | null | No | — | Optional unique identifier for the endpoint. |
url | string | Yes | — | The url value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
},
"description": {
"type": "string",
"description": "The description value"
},
"disabled": {
"type": "boolean",
"description": "The disabled value"
},
"filterTypes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter Types"
},
"metadata": {
"type": "object",
"description": "The metadata value"
},
"rateLimit": {
"type": [
"integer",
"null"
],
"description": "Deprecated, use `throttleRate` instead."
},
"throttleRate": {
"type": [
"integer",
"null"
],
"description": "Maximum messages per second to send to this endpoint. Outgoing messages will be throttled to this rate."
},
"uid": {
"type": [
"string",
"null"
],
"description": "Optional unique identifier for the endpoint."
},
"url": {
"type": "string",
"description": "The url value"
}
},
"required": [
"PCID",
"endpoint_id",
"url"
]
}
svix_integrations_v1_operational_webhook_endpoint_update_headers
Update Operational Webhook Endpoint Headers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint_id | string | Yes | — | The Endpoint’s ID or UID. |
headers | object | Yes | — | The headers value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint_id": {
"type": "string",
"description": "The Endpoint's ID or UID."
},
"headers": {
"type": "object",
"description": "The headers value"
}
},
"required": [
"PCID",
"endpoint_id",
"headers"
]
}

