Simplesat integration (Marketing, Data). Imported from open-connector.
https://api.simplesat.io/api/v1/surveys
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from Simplesat. |
| pageSize | integer | optional | The number of records to request per page. |
/api/v1/questions
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from Simplesat. |
| pageSize | integer | optional | The number of records to request per page. |
| surveyId | integer | optional | Filter questions by Simplesat survey ID. |
| metric | string | optional | Filter questions by metric, such as csat, nps, or ces. |
/api/v1/responses/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from Simplesat. |
| pageSize | integer | optional | The number of records to request per page. |
| startDate | string | optional | Legacy response search start timestamp accepted by Simplesat. |
| endDate | string | optional | Legacy response search end timestamp accepted by Simplesat. |
| createdStartDate | string | optional | Filter responses created on or after this timestamp. |
| createdEndDate | string | optional | Filter responses created on or before this timestamp. |
| modifiedStartDate | string | optional | Filter responses modified on or after this timestamp. |
| modifiedEndDate | string | optional | Filter responses modified on or before this timestamp. |
| operator | string | optional | How Simplesat should combine multiple response filters. |
| filters | array | optional | Response filters to apply. |
/api/v1/responses/{responseId}
| Param | Type | Required | Description |
|---|---|---|---|
| responseId | string | required | The Simplesat response ID to retrieve. |
/api/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based page number to request from Simplesat. |
| pageSize | integer | optional | The number of customers to request per page. |
| createdAfter | string | optional | Filter customers created after this timestamp. |
| createdBefore | string | optional | Filter customers created before this timestamp. |
| modifiedAfter | string | optional | Filter customers modified after this timestamp. |
| modifiedBefore | string | optional | Filter customers modified before this timestamp. |
| subscribed | boolean | optional | Filter customers by subscription status. |
/api/v1/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Simplesat customer ID to retrieve. |
/api/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| externalId | string | optional | The customer identifier from an external system. |
| string | required | The customer email address. | |
| name | string | optional | The customer full name. |
| company | string | optional | The customer company name. |
| language | string | optional | The customer language code. |
| tags | array | optional | Tags associated with the Simplesat record. |
| customAttributes | object | optional | Custom attributes keyed by Simplesat attribute name. |
/api/v1/surveys/{surveyToken}/email
| Param | Type | Required | Description |
|---|---|---|---|
| surveyToken | string | required | The event-based Simplesat survey token to send. |
| customer | object | required | The customer who should receive the survey email. |
| teamMember | object | optional | The team member metadata to associate with the survey email. |
| ticket | object | optional | The ticket metadata to associate with the survey email. |