SurveyGizmo -> MySQL integration

(Saarak Survey) #1

Hi,
Can we use FlowXO to cature new responses from SurveyGizmo and insert that as new record in MySQL ?

Also will every record be considered a new trigger? Or new trigger will be say when we check for new records every 12 hours, but it will be 1 trigger every 12 hours even if there are 5 new records found OR 5 new records are 5 triggers/tasks.

(Daniel Beckett) #2

Hi @saarak

There’s an integration for SurveyGizmo that has a trigger for new survey responses. You can then pass that data into your MySQL database by creating or updating a row.

In the above scenario an interaction would be used for every new submission. i.e. a new survey response would equal an interaction. An interaction is used for each trigger of a flow.

Thanks,
Dan