Send survey to person
documentedCreate or update a person and schedule a survey email.
POST /v1/people.jsonPeopleno 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.delighted.com/v1/people.json?send={{send}}" \
-X POST \
-u {{DELIGHTED_API_KEY}}: \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "properties": { "Purchase Experience": "{{$purchase_experience}}", "State": "{{$state}}" } }'