Gainsight

Gainsight works with Salesforce to use sales data, surveys, support tickets, and usage logs to make customer retention easier and more automated.

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 records 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

You can use this connector to create your own custom actions for performing specific tasks. The actions that you create look and work exactly like other predefined actions.

Learn more about how to create custom actions.