SimpleSurvey (versión preliminar)
Con este conector, puede conectarse fácilmente a los proyectos de SimpleSurvey para acceder a los datos de la encuesta, automatizar los flujos de trabajo y mantenerse informado a través de desencadenadores controlados por eventos. Tanto si mide la interacción de los empleados, realiza un seguimiento de la satisfacción del cliente o administra los procesos de registro, SimpleSurvey le ayuda a centralizar la información y a tomar medidas más rápidamente.
Este conector está disponible en los siguientes productos y regiones:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | Todas las regiones Power Automate excepto las siguientes: - Gobierno de EE. UU. (GCC) - Gobierno de EE. UU. (GCC High) - China Cloud operado por 21Vianet - Departamento de Defensa de EE. UU. (DoD) |
| Aplicaciones lógicas | Estándar | Todas las regiones de Logic Apps excepto las siguientes: - regiones de Azure Government - Azure regiones de China - Departamento de Defensa de EE. UU. (DoD) |
| Power Apps | Premium | Todas las regiones Power Apps excepto las siguientes: - Gobierno de EE. UU. (GCC) - Gobierno de EE. UU. (GCC High) - China Cloud operado por 21Vianet - Departamento de Defensa de EE. UU. (DoD) |
| Power Automate | Premium | Todas las regiones Power Automate excepto las siguientes: - Gobierno de EE. UU. (GCC) - Gobierno de EE. UU. (GCC High) - China Cloud operado por 21Vianet - Departamento de Defensa de EE. UU. (DoD) |
| Contacto | |
|---|---|
| Nombre | Compatibilidad con SimpleSurvey |
| URL | https://simplesurvey.com/contact |
| Correo Electrónico | support@simplesurvey.com |
| Metadatos del conector | |
|---|---|
| Publicador | SimpleSurvey |
| Website | https://simplesurvey.com/ |
| Directiva de privacidad | https://form.simplesurvey.com/oss/external/privacypolicy.aspx?lang=EN |
| Categorías | Datos; Comunicación |
Conector SimpleSurvey
Con este conector, puede conectarse fácilmente a los proyectos de SimpleSurvey para acceder a los datos de la encuesta, automatizar los flujos de trabajo y mantenerse informado a través de desencadenadores controlados por eventos. Tanto si mide la interacción de los empleados, realiza un seguimiento de la satisfacción del cliente o administra los procesos de registro, SimpleSurvey le ayuda a centralizar la información y a tomar medidas más rápidamente.
Prerrequisitos
Necesitará lo siguiente para continuar:
- Un plan de Microsoft Power Apps o Power Automate con la característica de conector personalizado
- Una suscripción válida a SimpleSurvey con la integración de Power Apps y las características clave de acceso compartido habilitadas
- Clave de API de Power Apps de la cuenta
Operaciones admitidas
El conector admite las siguientes operaciones:
-
Get surveys: enumera todas las encuestas aptas. -
Get survey respondents details in JSON or CSV format: obtiene detalles específicos sobre los encuestados en el formato seleccionado. -
Schedule a task: programe una tarea automatizada en SimpleSurvey. -
Get your survey data warehouse report in JSON or CSV format: obtiene todos los datos sobre los encuestados de la encuesta y sus respuestas en el formato seleccionado. -
Get your project's statistics: obtiene la información más reciente del proyecto.
Desencadenadores admitidos
-
When a response is submitted: programa un flujo para ejecutarse cuando se recibe una respuesta en la encuesta. -
When a response is changed: programa un flujo para ejecutarse cuando se modifica una respuesta en la encuesta.
Problemas conocidos y limitaciones
- No todos los tipos de tareas programadas están disponibles para este conector.
- El formato datetime admitido por este conector es: aaaa-MM-dd HH:mm
Creación de una conexión
El conector admite los siguientes tipos de autenticación:
| Predeterminado | Parámetros para crear una conexión. | Todas las regiones | No se puede compartir |
Predeterminado
Aplicable: Todas las regiones
Parámetros para crear una conexión.
Esta conexión no se puede compartir. Si la aplicación de energía se comparte con otro usuario, se pedirá a otro usuario que cree explícitamente una nueva conexión.
| Nombre | Tipo | Description | Obligatorio |
|---|---|---|---|
| clave_api | securestring | La api_key de esta API | Cierto |
Limitaciones
| Nombre | Llamadas | Período de renovación |
|---|---|---|
| Llamadas API por conexión | 100 | 60 segundos |
Acciones
| Obtención del informe de Datawarehouse de la encuesta en formato JSON o CSV |
Obtención del informe de Datawarehouse de la encuesta en formato JSON o CSV |
| Obtener encuestas |
Obtenga todas las encuestas aptas. |
| Obtener las estadísticas del proyecto |
Obtener las estadísticas del proyecto |
| Obtener los detalles de los encuestados de la encuesta en formato JSON o CSV |
Obtención de detalles sobre los encuestados en formato JSON o CSV |
| Programación de una tarea |
Programar una tarea automática para la encuesta |
Obtención del informe de Datawarehouse de la encuesta en formato JSON o CSV
Obtención del informe de Datawarehouse de la encuesta en formato JSON o CSV
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
El formato de los datos devueltos
|
format | True | string |
Debe ser JSON o CSV. |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
Devoluciones
| Nombre | Ruta de acceso | Tipo | Description |
|---|---|---|---|
|
DatawarehouseRpt
|
DatawarehouseRpt | array of object |
DatawarehouseRpt |
|
QuestionProgId
|
DatawarehouseRpt.QuestionProgId | string |
QuestionProgId |
|
Pregunta
|
DatawarehouseRpt.Question | string |
Pregunta |
|
Respuesta
|
DatawarehouseRpt.Response | string |
Respuesta |
|
Comentario
|
DatawarehouseRpt.Comment | string |
Comentario |
|
SubQuestion
|
DatawarehouseRpt.SubQuestion | string |
SubQuestion |
|
Puntuación
|
DatawarehouseRpt.Score | float |
Puntuación |
|
Date_Time
|
DatawarehouseRpt.Date_Time | string |
Date_Time |
|
Estado
|
DatawarehouseRpt.Status | string |
Estado |
|
|
DatawarehouseRpt.InternalID | integer |
InternalID |
|
Language
|
DatawarehouseRpt.Language | string |
Language |
|
CreatedAt
|
DatawarehouseRpt.CreatedAt | string |
CreatedAt |
|
Fecha de actualización
|
DatawarehouseRpt.UpdatedAt | string |
Fecha de actualización |
|
Ubicación
|
DatawarehouseRpt.Location | string |
Ubicación |
|
GETVariables
|
DatawarehouseRpt.GETVariables | string |
GETVariables |
|
Origen de referencia
|
DatawarehouseRpt.Referrer | string |
Origen de referencia |
|
WeightedScore
|
DatawarehouseRpt.WeightedScore | float |
WeightedScore |
|
dirección IP
|
DatawarehouseRpt.IPAddress | string |
dirección IP |
|
BrowserName
|
DatawarehouseRpt.BrowserName | string |
BrowserName |
|
Sistema Operativo
|
DatawarehouseRpt.OperatingSystem | string |
Sistema Operativo |
|
InviteCode
|
DatawarehouseRpt.InviteCode | string |
InviteCode |
|
InviteEmail
|
DatawarehouseRpt.InviteEmail | string |
InviteEmail |
|
InviteName
|
DatawarehouseRpt.InviteName | string |
InviteName |
|
Collector
|
DatawarehouseRpt.Collector | string |
Collector |
|
DatawarehouseRpt_csv
|
DatawarehouseRpt_csv | string |
DatawarehouseRpt_csv |
Obtener encuestas
Obtenga todas las encuestas aptas.
Devoluciones
| Nombre | Ruta de acceso | Tipo | Description |
|---|---|---|---|
|
value
|
value | array of object |
value |
|
display_name
|
value.display_name | string |
display_name |
|
id
|
value.id | string |
id |
|
clave compartida
|
value.sharedKey | string |
clave compartida |
|
correcto
|
success | boolean |
correcto |
|
errormsg
|
errormsg | string |
errormsg |
|
errordetails
|
errordetails | string |
errordetails |
|
código de error
|
errorcode | string |
código de error |
|
context
|
context | string |
context |
Obtener las estadísticas del proyecto
Obtener las estadísticas del proyecto
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
¿Forzar la recompilación de estadísticas?
|
f | True | boolean |
Establezca este valor para forzar la recompilación de estadísticas. |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
Devoluciones
| Nombre | Ruta de acceso | Tipo | Description |
|---|---|---|---|
|
|
AssignedCount | integer |
AssignedCount |
|
|
AssignedContactCount | integer |
AssignedContactCount |
|
|
AssignedDistributionListMemberCount | integer |
AssignedDistributionListMemberCount |
|
|
AssignedNoInviteDeliveredCount | integer |
AssignedNoInviteDeliveredCount |
|
|
EligibleContactCount | integer |
EligibleContactCount |
|
InviteSentCount
|
InviteSentCount | integer |
InviteSentCount |
|
InviteBouncedCount
|
InviteBouncedCount | integer |
InviteBouncedCount |
|
InviteBounceRate
|
InviteBounceRate | float |
InviteBounceRate |
|
InviteDeliveredCount
|
InviteDeliveredCount | integer |
InviteDeliveredCount |
|
InviteDeliveryRate
|
InviteDeliveryRate | float |
InviteDeliveryRate |
|
InviteOpenedCount
|
InviteOpenedCount | integer |
InviteOpenedCount |
|
InviteOpenRate
|
InviteOpenRate | float |
InviteOpenRate |
|
UnsubscribedCount
|
UnsubscribedCount | integer |
UnsubscribedCount |
|
UnsubscribeRate
|
UnsubscribeRate | float |
UnsubscribeRate |
|
InviteDeliveredNoAccessCount
|
InviteDeliveredNoAccessCount | integer |
InviteDeliveredNoAccessCount |
|
EmptyCount
|
EmptyCount | integer |
EmptyCount |
|
EmptyPercentage
|
EmptyPercentage | float |
EmptyPercentage |
|
|
AccessedCount | integer |
AccessedCount |
|
RespondedCount
|
RespondedCount | integer |
RespondedCount |
|
InProgressCount
|
InProgressCount | integer |
InProgressCount |
|
|
CompletedCount | integer |
CompletedCount |
|
|
ClosedCount | integer |
ClosedCount |
|
InProgressPercentage
|
InProgressPercentage | float |
InProgressPercentage |
|
CompletedPercentage
|
CompletedPercentage | float |
CompletedPercentage |
|
ClosedPercentage
|
ClosedPercentage | float |
ClosedPercentage |
|
CompletionRate_CompletedOverResponded
|
CompletionRate_CompletedOverResponded | float |
CompletionRate_CompletedOverResponded |
|
CompletionRate_CompletedOverAccessed
|
CompletionRate_CompletedOverAccessed | float |
CompletionRate_CompletedOverAccessed |
|
ResponseRate_RespondedOverAssigned
|
ResponseRate_RespondedOverAssigned | float |
ResponseRate_RespondedOverAssigned |
|
ResponseRate_CompletedOverAssigned
|
ResponseRate_CompletedOverAssigned | float |
ResponseRate_CompletedOverAssigned |
|
ResponseRate_RespondedOverInvited
|
ResponseRate_RespondedOverInvited | float |
ResponseRate_RespondedOverInvited |
|
ResponseRate_CompletedOverInvited
|
ResponseRate_CompletedOverInvited | float |
ResponseRate_CompletedOverInvited |
|
CompletionTime_Avg
|
CompletionTime_Avg | integer |
CompletionTime_Avg |
|
CompletionTime_Med
|
CompletionTime_Med | integer |
CompletionTime_Med |
|
OptInConfirmationCount
|
OptInConfirmationCount | integer |
OptInConfirmationCount |
|
EmailSentCount
|
EmailSentCount | integer |
EmailSentCount |
|
SMSSentCount
|
SMSSentCount | integer |
SMSSentCount |
|
LastCompletedDate
|
LastCompletedDate | string |
LastCompletedDate |
|
LastUpdatedDate
|
LastUpdatedDate | string |
LastUpdatedDate |
|
CompletedCountPerDayString
|
CompletedCountPerDayString | string |
CompletedCountPerDayString |
|
CompletedCountPerDay
|
CompletedCountPerDay | array of object |
CompletedCountPerDay |
|
|
CompletedCountPerDay.timestamp | integer |
marca de tiempo |
|
conteo
|
CompletedCountPerDay.count | integer |
conteo |
|
CompletedCountPerMonthString
|
CompletedCountPerMonthString | string |
CompletedCountPerMonthString |
|
CompletedCountPerMonth
|
CompletedCountPerMonth | array of object |
CompletedCountPerMonth |
|
|
CompletedCountPerMonth.timestamp | integer |
marca de tiempo |
|
conteo
|
CompletedCountPerMonth.count | integer |
conteo |
|
correcto
|
success | boolean |
correcto |
Obtener los detalles de los encuestados de la encuesta en formato JSON o CSV
Obtención de detalles sobre los encuestados en formato JSON o CSV
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
Obtención de detalles sobre
|
tableCode | True | string |
Detalles que se van a obtener |
|
El formato de los datos devueltos
|
format | True | string |
Debe ser JSON o CSV. |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
Devoluciones
| Nombre | Ruta de acceso | Tipo | Description |
|---|---|---|---|
|
respondentsTable
|
respondentsTable | array of object |
respondentsTable |
|
respondent_id
|
respondentsTable.respondent_id | string |
respondent_id |
|
IP
|
respondentsTable.ip | string |
IP |
|
|
respondentsTable.internal_id | integer |
internal_id |
|
info1
|
respondentsTable.info1 | string |
info1 |
|
info2
|
respondentsTable.info2 | string |
info2 |
|
info3
|
respondentsTable.info3 | string |
info3 |
|
info4
|
respondentsTable.info4 | string |
info4 |
|
info5
|
respondentsTable.info5 | string |
info5 |
|
browser
|
respondentsTable.browser | string |
browser |
|
plataforma
|
respondentsTable.platform | string |
plataforma |
|
is_mobile
|
respondentsTable.is_mobile | boolean |
is_mobile |
|
referer_url
|
respondentsTable.referer_url | string |
referer_url |
|
confirmation_number
|
respondentsTable.confirmation_number | string |
confirmation_number |
|
created_date_utc
|
respondentsTable.created_date_utc | string |
created_date_utc |
|
first_answer_date_utc
|
respondentsTable.first_answer_date_utc | string |
first_answer_date_utc |
|
last_answer_date_utc
|
respondentsTable.last_answer_date_utc | string |
last_answer_date_utc |
|
submitted_date_utc
|
respondentsTable.submitted_date_utc | string |
submitted_date_utc |
|
last_savecont_date_utc
|
respondentsTable.last_savecont_date_utc | string |
last_savecont_date_utc |
|
lang_code
|
respondentsTable.lang_code | string |
lang_code |
|
lang_localized
|
respondentsTable.lang_localized | string |
lang_localized |
|
|
respondentsTable.score | float |
puntuación |
|
|
respondentsTable.score_auto | float |
score_auto |
|
|
respondentsTable.score_manual | float |
score_manual |
|
completion_time
|
respondentsTable.completion_time | integer |
completion_time |
|
title
|
respondentsTable.title | string |
title |
|
mobile
|
respondentsTable.mobile | string |
mobile |
|
organization
|
respondentsTable.organization | string |
organization |
|
segmento
|
respondentsTable.segment | string |
segmento |
|
location
|
respondentsTable.location | string |
location |
|
primer nombre
|
respondentsTable.first_name | string |
primer nombre |
|
apellido
|
respondentsTable.last_name | string |
apellido |
|
Correo electrónico
|
respondentsTable.email | string |
Correo electrónico |
|
state_code
|
respondentsTable.state_code | string |
state_code |
|
state_localized
|
respondentsTable.state_localized | string |
state_localized |
|
group
|
respondentsTable.group | string |
group |
|
workspace
|
respondentsTable.workspace | string |
workspace |
|
collector_code
|
respondentsTable.collector_code | string |
collector_code |
|
anclar
|
respondentsTable.pin | string |
anclar |
|
caseTable
|
caseTable | array of object |
caseTable |
|
respondent_id
|
caseTable.respondent_id | string |
respondent_id |
|
element_id
|
caseTable.element_id | string |
element_id |
|
variable_id
|
caseTable.variable_id | string |
variable_id |
|
column_id
|
caseTable.column_id | string |
column_id |
|
sub_element
|
caseTable.sub_element | integer |
sub_element |
|
value
|
caseTable.value | string |
value |
|
variableTable
|
variableTable | array of object |
variableTable |
|
element_id
|
variableTable.element_id | string |
element_id |
|
variable_id
|
variableTable.variable_id | string |
variable_id |
|
column_id
|
variableTable.column_id | string |
column_id |
|
sub_element
|
variableTable.sub_element | integer |
sub_element |
|
element_label
|
variableTable.element_label | string |
element_label |
|
variable_label
|
variableTable.variable_label | string |
variable_label |
|
column_label
|
variableTable.column_label | string |
column_label |
|
sub_element_label
|
variableTable.sub_element_label | string |
sub_element_label |
|
descripción
|
variableTable.description | string |
descripción |
|
variableValueLabelTable
|
variableValueLabelTable | array of object |
variableValueLabelTable |
|
element_id
|
variableValueLabelTable.element_id | string |
element_id |
|
variable_id
|
variableValueLabelTable.variable_id | string |
variable_id |
|
column_id
|
variableValueLabelTable.column_id | string |
column_id |
|
sub_element
|
variableValueLabelTable.sub_element | integer |
sub_element |
|
descripción
|
variableValueLabelTable.description | string |
descripción |
|
label
|
variableValueLabelTable.label | string |
label |
|
genericFieldHeaderTable
|
genericFieldHeaderTable | array of object |
genericFieldHeaderTable |
|
generic_field_id
|
genericFieldHeaderTable.generic_field_id | integer |
generic_field_id |
|
código
|
genericFieldHeaderTable.code | string |
código |
|
nombre
|
genericFieldHeaderTable.name | string |
nombre |
|
genericFieldDataTable
|
genericFieldDataTable | array of object |
genericFieldDataTable |
|
generic_field_id
|
genericFieldDataTable.generic_field_id | integer |
generic_field_id |
|
respondent_id
|
genericFieldDataTable.respondent_id | string |
respondent_id |
|
value
|
genericFieldDataTable.value | string |
value |
|
genericFieldDataTable_csv
|
genericFieldDataTable_csv | string |
genericFieldDataTable_csv |
|
genericFieldHeaderTable_csv
|
genericFieldHeaderTable_csv | string |
genericFieldHeaderTable_csv |
|
respondentsTable_csv
|
respondentsTable_csv | string |
respondentsTable_csv |
|
caseTable_csv
|
caseTable_csv | string |
caseTable_csv |
|
variableTable_csv
|
variableTable_csv | string |
variableTable_csv |
|
variableValueLabelTable_csv
|
variableValueLabelTable_csv | string |
variableValueLabelTable_csv |
Programación de una tarea
Programar una tarea automática para la encuesta
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
|
type
|
type | True | integer |
Tipo de tarea |
|
descripción
|
description | True | string |
Descripción de la tarea |
|
date
|
date | True | date-time |
Fecha de ejecución (formato: aaaa-MM-dd HH:mm) |
|
idOtherSurvey
|
idSurveyFrom | string |
Proyecto al que asignar (establecido para los tipos 6 y 7) |
|
|
allParticipants
|
allParticipants | boolean |
Enviar a (establecer para tipos 10X y 14) |
|
|
communicationMode
|
communicationMode | string |
Modo de comunicación (establezca solo para tareas de "recordatorio masivo" y "invitación inicial") |
|
|
idAssignationGroup
|
idAssignationGroup | string |
Solo los miembros de los siguientes grupos (opcionalmente establecidos para los tipos 101 a 105) |
|
|
idContactGroup
|
idContactGroup | string |
Nombre del grupo de contactos (establecido para el tipo 3) |
Devoluciones
| Nombre | Ruta de acceso | Tipo | Description |
|---|---|---|---|
|
correcto
|
success | boolean |
correcto |
|
errormsg
|
errormsg | string |
errormsg |
|
successmsg
|
successmsg | string |
successmsg |
Desencadenadores
| Cuando se cambia una respuesta |
Cuando se cambia una respuesta |
| Cuando se envía una respuesta |
Cuando se envía una respuesta |
Cuando se cambia una respuesta
Cuando se cambia una respuesta
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
Flujo de trabajo de comunicación de destino
|
automationId | True | integer |
Flujo de trabajo de comunicación de destino |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
|
Nombre
|
Name | True | string |
Nombre |
Cuando se envía una respuesta
Cuando se envía una respuesta
Parámetros
| Nombre | Clave | Requerido | Tipo | Description |
|---|---|---|---|---|
|
La encuesta
|
idProject | True | string |
Seleccionar una encuesta |
|
Flujo de trabajo de comunicación de destino
|
automationId | True | integer |
Flujo de trabajo de comunicación de destino |
|
Escriba la clave de acceso compartido para esta encuesta.
|
X-SAKKey | True | string |
Debe ser la clave de la encuesta seleccionada. |
|
Nombre
|
Name | True | string |
Nombre |