Description
Simplesat’s n8n node
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
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Surveys
- 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
- Simplesat n8n help guide
- Simplesat API Documentation
- Simplesat Website
- n8n community nodes documentation
Questions
Responses
Answers
Customers
Team Members
Credentials
To use this node, you need a Simplesat account with an API key:
1. Log into your Simplesat account
2. Navigate to Workspace Settings
3. Copy your API key
4. Use the API key in the Simplesat API credentials in n8n
The node uses the X-Simplesat-Token header for authentication.
Usage
For detailed usage information, API endpoints, and examples, please refer to the Simplesat API documentation.