activate_tokens
Enable participation tokens for a LimeSurvey survey by activating them with a specific survey ID. Facilitates survey management and response collection.
Instructions
Activate tokens for a LimeSurvey survey.
Args:
    sid: The survey ID.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| sid | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "sid": {
      "title": "Sid",
      "type": "integer"
    }
  },
  "required": [
    "sid"
  ],
  "title": "activate_tokensArguments",
  "type": "object"
}