Obtain data from Syncore's web interface and store it in a MySQL database.
Gather proposals from the Syncore website and load them into a MySQL table.
Variables
Credentials to use to access Syncore via the web.
Credentials to use to access the MySQL database with contact ids.
SQL Query to get contact ids. Only one SQL step is allowed.
Parameters to use in your Query, if any. Refer to slide out help for more information.
Credentials to use to access the MySQL database where data will be stored.
Table name, in schema.table format, where the data from the Syncore will be stored.
If the specified table does not exist, enable to automatically create it.
If the table will be automatically generated, enable to use a predefined schema for column names and types.
If the table will be automatically generated and using the predefined schema is not enabled, select a Shared Config with the column names and types.
SQL Script to run after data retrieval is complete.
Gather quotes from the Syncore website and load them into a MySQL table.
Variables
Credentials to use to access Syncore via the web.
Credentials to use to access the MySQL database with contact ids.
SQL Query to get contact ids. Only one SQL step is allowed.
Parameters to use in your Query, if any. Refer to slide out help for more information.
Credentials to use to access the MySQL database where data will be stored.
Table name, in schema.table format, where the data from the Syncore will be stored.
If the specified table does not exist, enable to automatically create it.
If the table will be automatically generated, enable to use a predefined schema for column names and types.
If the table will be automatically generated and using the predefined schema is not enabled, select a Shared Config with the column names and types.
SQL Script to run after data retrieval is complete.