SimpleSurvey (préversion)
Avec ce connecteur, vous pouvez facilement vous connecter à vos projets SimpleSurvey pour accéder aux données d’enquête, automatiser les flux de travail et rester informé via des déclencheurs pilotés par les événements. Que vous mesurez l’engagement des employés, le suivi de la satisfaction des clients ou la gestion des processus d’inscription, SimpleSurvey vous aide à centraliser les insights et à prendre des mesures plus rapidement.
Ce connecteur est disponible dans les produits et régions suivants :
| Service | classe | Régions |
|---|---|---|
| Copilot Studio | Premium | Toutes les régions Power Automate , à l’exception des éléments suivants : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Applications logiques | Norme | Toutes les régions Logic Apps , à l’exception des suivantes : - Régions Azure Government - Régions Azure Chine - Us Department of Defense (DoD) |
| Power Apps | Premium | Toutes les régions Power Apps , à l’exception des suivantes : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Power Automate | Premium | Toutes les régions Power Automate , à l’exception des éléments suivants : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Contact | |
|---|---|
| Nom | SimpleSurvey Support |
| URL | https://simplesurvey.com/contact |
| Messagerie électronique | support@simplesurvey.com |
| Métadonnées du connecteur | |
|---|---|
| Éditeur | SimpleSurvey |
| Site web | https://simplesurvey.com/ |
| Politique de confidentialité | https://form.simplesurvey.com/oss/external/privacypolicy.aspx?lang=EN |
| Catégories | Données; Communication |
Connecteur SimpleSurvey
Avec ce connecteur, vous pouvez facilement vous connecter à vos projets SimpleSurvey pour accéder aux données d’enquête, automatiser les flux de travail et rester informé via des déclencheurs pilotés par les événements. Que vous mesurez l’engagement des employés, le suivi de la satisfaction des clients ou la gestion des processus d’inscription, SimpleSurvey vous aide à centraliser les insights et à prendre des mesures plus rapidement.
Prerequisites
Vous devez procéder comme suit :
- Un plan Microsoft Power Apps ou Power Automate avec une fonctionnalité de connecteur personnalisée
- Un abonnement SimpleSurvey valide avec l’intégration de Power Apps et les fonctionnalités de clé d’accès partagé activées
- Clé API Power Apps de votre compte
Opérations prises en charge
Le connecteur prend en charge les opérations suivantes :
-
Get surveys: répertorie toutes vos enquêtes éligibles. -
Get survey respondents details in JSON or CSV format: Obtient des détails spécifiques sur les répondants de votre enquête dans le format sélectionné. -
Schedule a task: Planifiez une tâche automatisée dans SimpleSurvey. -
Get your survey data warehouse report in JSON or CSV format: obtient toutes les données relatives à vos répondants et à leurs réponses dans le format sélectionné. -
Get your project's statistics: obtient les dernières informations de votre projet.
Déclencheurs pris en charge
-
When a response is submitted: programme un flux à exécuter lorsqu’une réponse est reçue dans votre enquête. -
When a response is changed: programme un flux à exécuter lorsqu’une réponse est modifiée dans votre enquête.
Problèmes connus et limitations
- Tous les types de tâches planifiées ne sont pas disponibles pour ce connecteur.
- Le format datetime pris en charge par ce connecteur est : aaaa-MM-dd HH :mm
Création d’une connexion
Le connecteur prend en charge les types d’authentification suivants :
| Par défaut | Paramètres de création de connexion. | Toutes les régions | Non partageable |
Faire défaut
Applicable : Toutes les régions
Paramètres de création de connexion.
Cette connexion n’est pas partageable. Si l’application power est partagée avec un autre utilisateur, un autre utilisateur est invité à créer une connexion explicitement.
| Nom | Type | Descriptif | Obligatoire |
|---|---|---|---|
| Clé API | Chaîne sécurisée | La api_key de cette API | Vrai |
Limites de limitation
| Nom | Appels | Période de renouvellement |
|---|---|---|
| Appels d’API par connexion | 100 | 60 secondes |
Actions
| Obtenir des enquêtes |
Obtenez toutes les enquêtes éligibles. |
| Obtenir les détails des répondants de l’enquête au format JSON ou CSV |
Obtenir des détails sur les répondants d’enquête au format JSON ou CSV |
| Obtenir les statistiques de votre projet |
Obtenir les statistiques de votre projet |
| Obtenir votre rapport Datawarehouse d’enquête au format JSON ou CSV |
Obtenir votre rapport Datawarehouse d’enquête au format JSON ou CSV |
| Planifier une tâche |
Planifier une tâche automatique pour votre enquête |
Obtenir des enquêtes
Obtenez toutes les enquêtes éligibles.
Retourne
| Nom | Chemin | Type | Description |
|---|---|---|---|
|
value
|
value | array of object |
value |
|
display_name
|
value.display_name | string |
display_name |
|
pièce d'identité
|
value.id | string |
pièce d'identité |
|
clé partagée
|
value.sharedKey | string |
clé partagée |
|
success
|
success | boolean |
success |
|
errormsg
|
errormsg | string |
errormsg |
|
errordetails
|
errordetails | string |
errordetails |
|
errorcode
|
errorcode | string |
errorcode |
|
context
|
context | string |
context |
Obtenir les détails des répondants de l’enquête au format JSON ou CSV
Obtenir des détails sur les répondants d’enquête au format JSON ou CSV
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Obtenir des détails sur
|
tableCode | True | string |
Détails à obtenir |
|
Format des données retournées
|
format | True | string |
Doit être JSON ou CSV |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
Retourne
| Nom | Chemin | Type | Description |
|---|---|---|---|
|
répondantsTable
|
respondentsTable | array of object |
répondantsTable |
|
respondent_id
|
respondentsTable.respondent_id | string |
respondent_id |
|
Ip
|
respondentsTable.ip | string |
Ip |
|
internal_id
|
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 |
|
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 |
|
lang_code
|
respondentsTable.lang_code | string |
lang_code |
|
lang_localized
|
respondentsTable.lang_localized | string |
lang_localized |
|
score
|
respondentsTable.score | integer |
score |
|
score_auto
|
respondentsTable.score_auto | integer |
score_auto |
|
completion_time
|
respondentsTable.completion_time | integer |
completion_time |
|
state_code
|
respondentsTable.state_code | string |
state_code |
|
state_localized
|
respondentsTable.state_localized | string |
state_localized |
|
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 |
|
value
|
caseTable.value | string |
value |
|
variableTable
|
variableTable | array of object |
variableTable |
|
element_id
|
variableTable.element_id | string |
element_id |
|
element_label
|
variableTable.element_label | string |
element_label |
|
descriptif
|
variableTable.description | string |
descriptif |
|
variable_id
|
variableTable.variable_id | string |
variable_id |
|
variable_label
|
variableTable.variable_label | string |
variable_label |
|
variableValueLabelTable
|
variableValueLabelTable | array of object |
variableValueLabelTable |
|
element_id
|
variableValueLabelTable.element_id | string |
element_id |
|
variable_id
|
variableValueLabelTable.variable_id | string |
variable_id |
|
descriptif
|
variableValueLabelTable.description | string |
descriptif |
|
label
|
variableValueLabelTable.label | string |
label |
|
genericFieldHeaderTable
|
genericFieldHeaderTable | array of object |
genericFieldHeaderTable |
|
generic_field_id
|
genericFieldHeaderTable.generic_field_id | integer |
generic_field_id |
|
nom
|
genericFieldHeaderTable.name | string |
nom |
|
code
|
genericFieldHeaderTable.code | string |
code |
|
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 |
|
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 |
|
genericFieldHeaderTable_csv
|
genericFieldHeaderTable_csv | string |
genericFieldHeaderTable_csv |
|
genericFieldDataTable_csv
|
genericFieldDataTable_csv | string |
genericFieldDataTable_csv |
|
success
|
success | boolean |
success |
Obtenir les statistiques de votre projet
Obtenir les statistiques de votre projet
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Forcer la recompilation des statistiques ?
|
f | True | boolean |
Définissez cette valeur pour forcer la recompilation des statistiques |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
Retourne
| Nom | Chemin | Type | Description |
|---|---|---|---|
|
AssignedCount
|
value.AssignedCount | integer |
AssignedCount |
|
AssignedContactCount
|
value.AssignedContactCount | integer |
AssignedContactCount |
|
AssignedDistributionListMemberCount
|
value.AssignedDistributionListMemberCount | integer |
AssignedDistributionListMemberCount |
|
AssignedNoInviteDeliveredCount
|
value.AssignedNoInviteDeliveredCount | integer |
AssignedNoInviteDeliveredCount |
|
EligibleContactCount
|
value.EligibleContactCount | integer |
EligibleContactCount |
|
InviteSentCount
|
value.InviteSentCount | integer |
InviteSentCount |
|
InviteBouncedCount
|
value.InviteBouncedCount | integer |
InviteBouncedCount |
|
InviteBounceRate
|
value.InviteBounceRate | integer |
InviteBounceRate |
|
InviteDeliveredCount
|
value.InviteDeliveredCount | integer |
InviteDeliveredCount |
|
InviteDeliveryRate
|
value.InviteDeliveryRate | integer |
InviteDeliveryRate |
|
InviteOpenedCount
|
value.InviteOpenedCount | integer |
InviteOpenedCount |
|
InviteOpenRate
|
value.InviteOpenRate | integer |
InviteOpenRate |
|
UnsubscribedCount
|
value.UnsubscribedCount | integer |
UnsubscribedCount |
|
Taux d’annulation
|
value.UnsubscribeRate | integer |
Taux d’annulation |
|
InviteDeliveredNoAccessCount
|
value.InviteDeliveredNoAccessCount | integer |
InviteDeliveredNoAccessCount |
|
EmptyCount
|
value.EmptyCount | integer |
EmptyCount |
|
EmptyPercentage
|
value.EmptyPercentage | integer |
EmptyPercentage |
|
AccessedCount
|
value.AccessedCount | integer |
AccessedCount |
|
RespondedCount
|
value.RespondedCount | integer |
RespondedCount |
|
InProgressCount
|
value.InProgressCount | integer |
InProgressCount |
|
CompletedCount
|
value.CompletedCount | integer |
CompletedCount |
|
ClosedCount
|
value.ClosedCount | integer |
ClosedCount |
|
InProgressPercentage
|
value.InProgressPercentage | float |
InProgressPercentage |
|
CompletedPercentage
|
value.CompletedPercentage | float |
CompletedPercentage |
|
ClosedPercentage
|
value.ClosedPercentage | float |
ClosedPercentage |
|
CompletionRate_CompletedOverResponded
|
value.CompletionRate_CompletedOverResponded | float |
CompletionRate_CompletedOverResponded |
|
CompletionRate_CompletedOverAccessed
|
value.CompletionRate_CompletedOverAccessed | float |
CompletionRate_CompletedOverAccessed |
|
CompletionTime_Avg
|
value.CompletionTime_Avg | integer |
CompletionTime_Avg |
|
CompletionTime_Med
|
value.CompletionTime_Med | integer |
CompletionTime_Med |
|
OptInConfirmationCount
|
value.OptInConfirmationCount | integer |
OptInConfirmationCount |
|
EmailSentCount
|
value.EmailSentCount | integer |
EmailSentCount |
|
LastCompletedDate
|
value.LastCompletedDate | string |
LastCompletedDate |
|
LastUpdatedDate
|
value.LastUpdatedDate | string |
LastUpdatedDate |
|
CompletedCountPerDayString
|
value.CompletedCountPerDayString | string |
CompletedCountPerDayString |
|
CompletedCountPerDay
|
value.CompletedCountPerDay | array of array |
CompletedCountPerDay |
|
items
|
value.CompletedCountPerDay | array of integer | |
|
CompletedCountPerMonthString
|
value.CompletedCountPerMonthString | string |
CompletedCountPerMonthString |
|
CompletedCountPerMonth
|
value.CompletedCountPerMonth | array of array |
CompletedCountPerMonth |
|
items
|
value.CompletedCountPerMonth | array of integer | |
|
success
|
success | boolean |
success |
Obtenir votre rapport Datawarehouse d’enquête au format JSON ou CSV
Obtenir votre rapport Datawarehouse d’enquête au format JSON ou CSV
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Format des données retournées
|
format | True | string |
Doit être JSON ou CSV |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
Retourne
| Nom | Chemin | Type | Description |
|---|---|---|---|
|
DatawarehouseRpt
|
DatawarehouseRpt | array of object |
DatawarehouseRpt |
|
QuestionProgId
|
DatawarehouseRpt.QuestionProgId | string |
QuestionProgId |
|
Question
|
DatawarehouseRpt.Question | string |
Question |
|
Réponse
|
DatawarehouseRpt.Response | string |
Réponse |
|
Sous-question
|
DatawarehouseRpt.SubQuestion | string |
Sous-question |
|
|
DatawarehouseRpt.Score | float |
Score |
|
Date_Time
|
DatawarehouseRpt.Date_Time | string |
Date_Time |
|
Statut
|
DatawarehouseRpt.Status | string |
Statut |
|
InternalID
|
DatawarehouseRpt.InternalID | integer |
InternalID |
|
Language
|
DatawarehouseRpt.Language | string |
Language |
|
DateDeCréation
|
DatawarehouseRpt.CreatedAt | string |
DateDeCréation |
|
Mis à jour le
|
DatawarehouseRpt.UpdatedAt | string |
Mis à jour le |
|
WeightedScore
|
DatawarehouseRpt.WeightedScore | integer |
WeightedScore |
|
IPAddress
|
DatawarehouseRpt.IPAddress | string |
IPAddress |
|
InviteName
|
DatawarehouseRpt.InviteName | string |
InviteName |
|
Commentaire
|
DatawarehouseRpt.Comment | string |
Commentaire |
|
DatawarehouseRpt_csv
|
DatawarehouseRpt_csv | string |
DatawarehouseRpt_csv |
|
success
|
success | boolean |
success |
Planifier une tâche
Planifier une tâche automatique pour votre enquête
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
|
type
|
type | True | integer |
Type de tâche |
|
descriptif
|
description | True | string |
Description de la tâche |
|
date
|
date | True | date-time |
Date d’exécution (format : aaaa-MM-jj HH :mm) |
|
idOtherSurvey
|
idSurveyFrom | string |
Projet à affecter à (Définir pour les types 6 et 7) |
|
|
allParticipants
|
allParticipants | boolean |
Envoyer à (Définir pour les types 10X &14) |
|
|
communicationMode
|
communicationMode | string |
Mode de communication (défini uniquement pour les tâches « rappel de masse » et « invitation initiale ») |
|
|
idAssignationGroup
|
idAssignationGroup | string |
Cibler uniquement les membres des groupes suivants (éventuellement défini pour les types 101 à 105) |
|
|
idContactGroup
|
idContactGroup | string |
Nom du groupe de contacts (défini pour le type 3) |
Retourne
| Nom | Chemin | Type | Description |
|---|---|---|---|
|
success
|
success | boolean |
success |
|
errormsg
|
errormsg | string |
errormsg |
|
successmsg
|
successmsg | string |
successmsg |
Déclenche
| Lorsqu’une réponse est envoyée |
Lorsqu’une réponse est envoyée |
| Lorsqu’une réponse est modifiée |
Lorsqu’une réponse est modifiée |
Lorsqu’une réponse est envoyée
Lorsqu’une réponse est envoyée
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Flux de travail de communication cible
|
automationId | True | integer |
Flux de travail de communication cible |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
|
Nom
|
Name | True | string |
Nom |
Lorsqu’une réponse est modifiée
Lorsqu’une réponse est modifiée
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
L’enquête
|
idProject | True | string |
Sélectionner une enquête |
|
Flux de travail de communication cible
|
automationId | True | integer |
Flux de travail de communication cible |
|
Utilisez la clé d’accès partagé pour l’enquête :
|
X-SAKKey | True | string |
Doit être identique à l’enquête sélectionnée |
|
Nom
|
Name | True | string |
Nom |