Gainsight
Gainsight integrates with Salesforce and uses the sales data, surveys, support tickets, usage logs, and other sources of customer intelligence to turn customer retention into an automated, data-driven process.
Actions
-
deleteCompany: Delete API deletes a specific record in the Company object
-
readCompany: Read API allows you to read one or more records that match a specific criteria from the Company object
-
upsertMultiplePersonApi: The Upsert API is used to insert or update multiple records into the Person object that are not associated with any Company or Relationship
-
deletePersonsRecords: Person Delete API is used to delete Person record(s) from Gainsight
-
updateCompany: Update API is used to update one or more existing records in the Company object
-
insertCustomObject: Insert API is used to insert one or more records in the Gainsight custom object
-
upsertPersonWithCompanyRelationship: The Upsert API is used to insert multiple records per API call in the Company Person and Relationship Person objects that are tied to a unique record in the Person object
-
personRecordGsid: Get API allows you to get one record per API call from the Person
-
upsertSinglePerson: The Upsert API is used to insert or upsert a record in the Person object which is not associated with any Company or Relationship
-
insertCompany: Insert API is used to insert one or more records in the Gainsight's Company object
-
personRecordEmail: Get API allows you to get one record per API call from the Person
Custom Actions
Gainsight connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like other predefined actions.
Learn more about how to create custom actions.