Simplesat

Learn how to use Simplesat with Composio

Overview

SLUG

SIMPLESAT

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: SIMPLESAT_CREATE_OR_UPDATE_CUSTOMER

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
objectRequired
error
string
successful
booleanRequired

SLUG: SIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBER

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
objectRequired
error
string
successful
booleanRequired