/satismeter | Type: Application | PCID required: Yes
Application MCP Servers
satismeter
SatisMeter Survey & NPS API
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SatisMeter Survey & NPS API
/satismeter | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
satismeter_get_campaign | Get details of a specific survey (campaign) |
satismeter_get_campaign_responses | Get survey responses for a specific campaign |
satismeter_get_campaign_statistics | Get statistics for a specific campaign (survey) |
satismeter_get_project | Get project details including name, settings, and configuration |
satismeter_get_project_responses | Get all survey responses from the project |
satismeter_list_campaigns | List all surveys (campaigns) in the project |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaignId | string | Yes | — | The unique identifier of the campaign (survey). |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaignId": {
"type": "string",
"description": "The unique identifier of the campaign (survey)."
}
},
"required": [
"PCID",
"campaignId"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaignId | string | Yes | — | The unique identifier of the campaign (survey). |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaignId": {
"type": "string",
"description": "The unique identifier of the campaign (survey)."
}
},
"required": [
"PCID",
"campaignId"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campaignId | string | Yes | — | The unique identifier of the campaign (survey). |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"campaignId": {
"type": "string",
"description": "The unique identifier of the campaign (survey)."
}
},
"required": [
"PCID",
"campaignId"
]
}
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
