Sign in

Create survey

documented

Create a new survey (use _method=PUT with title, type, etc.).

PUT /surveySurveysno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.alchemer.com/v4/survey/?_method=PUT" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "type": "survey", "status": "launched", "theme": "{{$theme}}", "team": {{$team}}, "options": {"internal_title": "{{$internal_title}}"}}'
Create survey · surveygizmo · OpenIntegrations