Sending Surveys via the API
documentedSend surveys via API by combining get_surveys/get_survey_details with sending a message that contains a survey link.
Messenger Surveysno 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.textlocal.in/get_history_api/" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'apikey={{TEXTLOCAL_API_KEY}}&min_time={{$min_time}}&max_time={{$max_time}}&sort_order={{$sort_order}}&start={{$start}}&limit={{$limit}}'