F
FreshserviceApi
Arcade Native

ActivateCsatSurvey

FreshserviceApi.ActivateCsatSurvey

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Activates a CSAT Survey by its ID in Freshservice.

Use this tool to activate a Customer Satisfaction (CSAT) Survey in Freshservice by providing the survey's ID.

Input Parameters

{
  "parameters": [
    {
      "name": "csat_survey_id",
      "required": true,
      "inferrable": true,
      "description": "The integer ID of the CSAT survey to activate in Freshservice.",
      "value_schema": {
        "val_type": "integer"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'activate-survey'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}