New Get a SurveyOL token, use OpenClaw to create a survey, and distribute invitations by email. See the workflow

Customer Satisfaction Example

This example mirrors the developer page survey and response payload samples.

Example Survey

{
  "id": "bf92a312-cc65-4126-8298-bcb5c957bddd",
  "title": "Customer Satisfaction Survey"
}

Example Response

{
  "id": "12052052-1242-4993-a8f7-d2274e011626",
  "collectorId": "47323f35-197e-4707-a310-6684ab2932bc",
  "questions": [
    {
      "guid": "b4ba1bac-1385-4d1b-a4ca-b839e0e433c5",
      "answer": "GM"
    },
    {
      "guid": "7d37b894-a7bf-444d-befb-a34bad8e2e68",
      "answer": "Avatar"
    }
  ],
  "completedDate": "2022-01-01T00:00:00"
}