This is an n8n community node. It lets you connect to the Simplesat API in your n8n workflows to manage surveys, responses, answers, customers, and team members.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
- List - Retrieve all surveys with pagination
- Send by Email - Send a survey to a customer via email with optional team member and ticket information
- List - Get questions with filtering by survey ID and metric type (NPS, CSAT, 5-Star, CES, Custom)
- Get - Retrieve a specific response by ID
- Search - Advanced search with date ranges, filters, and pagination
- Get - Retrieve a specific answer by ID
- Search - Advanced search with date ranges, filters, and pagination
- List - Get customers with date filtering and subscription status
- Get - Retrieve a specific customer by ID
- Create or Update - Create new customers or update existing ones
- Get - Retrieve a specific team member by ID
- Create or Update - Create new team members or update existing ones
To use this node, you need a Simplesat account with an API key:
- Log into your Simplesat account
- Navigate to Workspace Settings
- Copy your API key
- Use the API key in the Simplesat API credentials in n8n
The node uses the X-Simplesat-Token header for authentication.
For detailed usage information, API endpoints, and examples, please refer to the Simplesat API documentation.