Create survey page
documentedCreate a new survey page (via _method=PUT).
PUT /survey/{survey_id}/surveypageSurveyPagesno implementation yet0 runsNo 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/{{$survey_id}}/surveypage?_method=PUT" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "title={{$title}}&description={{$description}}&after={{$after}}&properties[hidden]={{$hidden}}&properties[piped_from]={{$piped_from}}&api_token={{SURVEYGIZMO_API_KEY}}&api_token_secret={{SURVEYGIZMO_API_SECRET}}"