Wootric · Example Payload

Send Email Survey

Example request body for sending an NPS email survey to a list of recipients

Customer ExperienceNPSCSATCESCustomer SatisfactionCustomer Effort ScoreSurveysFeedbackVoice of the Customer

Send Email Survey is an example object payload from Wootric, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Send Email Survey",
  "description": "Example request body for sending an NPS email survey to a list of recipients",
  "request": {
    "method": "POST",
    "path": "/v1/email_survey",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Content-Type": "application/json"
    },
    "body": {
      "emails": [
        "customer1@example.com",
        "customer2@example.com",
        "customer3@example.com"
      ],
      "survey_immediately": false,
      "subject": "How are we doing? Quick question inside",
      "intro": "Hi there! We value your feedback and would love to hear from you.",
      "senders_name": "The Acme Team",
      "reply_to_email": "feedback@acme.com",
      "delay": 0,
      "survey_settings": {
        "survey_type": "NPS"
      },
      "end_user": {
        "properties": {
          "campaign": "Q2-2024-retention"
        }
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "message": "Email survey queued successfully",
      "count": 3
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/send-email-survey"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.