Simplesat

Learn how to use Simplesat with Composio

Overview

Enum

SIMPLESAT

Description

Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights

Authentication Details

api_key
stringRequired

Actions

This tool creates or updates a customer in simplesat. if a customer with the provided email address already exists, their information is updated; otherwise, a new customer is created.

Action Parameters

company
string
custom_attributes
object
email
stringRequired
first_name
string
last_name
string

Action Response

data
object
error
successful
boolean

This tool creates a new team member or updates an existing one if a team member with the same email address is found. it is an independent action that requires only basic team member information (email, first name, last name, and optionally title and phone) and does not depend on any other resource ids.

Action Parameters

email
stringRequired
first_name
stringRequired
last_name
stringRequired
phone
string
title
string

Action Response

data
object
error
successful
boolean