![]() |
VOOZH | about |
Claris FileMaker is a low-code platform that enables users to quickly create custom apps to manage and automate data workflows. Using the CData API Driver for ODBC and the CData SQL Gateway, FileMaker connects to ConstantContact data through its ESS (External SQL Source) feature, allowing you to work with ConstantContact records as if they were native FileMaker tables.
In this article, we configure and use the CData API Driver for ODBC and the CData SQL Gateway, along with the MySQL ODBC Driver, to connect to ConstantContact data using the ESS functionality in FileMaker.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
Start by setting the Profile connection property to the location of the ConstantContact Profile on disk (e.g. C:\profiles\ConstantContact.apip). Next, set the ProfileSettings connection property to the connection string for Profile (see below).
ConstantContact uses OAuth-based authentication.
First, register an OAuth application with ConstantContact. You can do so from the ConstantContact API Guide (https://v3.developer.constantcontact.com/api_guide/index.html), under "MyApplications" > "New Application". Your Oauth application will be assigned a client id (API Key) and you can generate a client secret (Secret).
After setting the following connection properties, you are ready to connect:
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
The CData SQL Gateway bridges non-SQL data sources (like SaaS applications, APIs, and NoSQL databases) with SQL-based tools (like FileMaker, MySQL clients, and BI tools).
In simple terms, it exposes any CData driver-supported source - for example, ConstantContact - as a standard MySQL or SQL Server endpoint.
See the SQL Gateway Overview to set up ConstantContact data connectivity as a virtual MySQL database. Set up a MySQL remoting service that listens for MySQL requests from clients, and configure the service through the SQL Gateway UI (as shown below). Save the user credentials (Username and Password) for future use.
π Add a new service in CData SQL GatewayOnce you establish the connection, you can use the CData SQL Gateway to access ConstantContact data through the MySQL protocol.
Follow the steps below to install and configure the MySQL ODBC Driver:
You have now successfully configured the MySQL ODBC Driver.
In this section, we explore how to use the ESS (External SQL Source) feature to retrieve data in the FileMaker application. Follow the given steps to complete the process:
Download a free 30-day trial of CData API Driver for ODBC to integrate ConstantContact data into Claris FileMaker and use ConstantContact data in your FileMaker applications.
Contact our Support Team if you have any questions.
Connect to live data from ConstantContact with the API Driver
Connect to ConstantContact