# [Airtable] Tracking links URL: /integrations/make/example-scenarios/transaction-data-airtable Learn how to easily synchronize Transaction Data from your OnlyFans accounts to Airtable. *** title: "\[Airtable] Tracking links" description: "Learn how to easily synchronize Transaction Data from your OnlyFans accounts to Airtable." -------------------------------------------------------------------------------------------------------- import { Step, Steps } from 'fumadocs-ui/components/steps'; For this example, we'll create a scenario that periodically retrieves the transaction data from all of your connected OnlyFans accounts, and saves the data to Airtable. #### Create a base on Airtable Go to Airtable and create a base. You can name it "OnlyFans API", or anything else that will help you identify it later. #### Create a table within your base Within the base, create a table named "Transaction data". Give the table the following fields: * `Transaction ID` (primary) - Single line text * `Account name` - Single line text * `Amount` - Currency * `Net amount` - Currency Your table should now look like this: ![](/images/make-com/transaction-data-table-example.png) #### Add our "List Accounts" module ![](/images/make-com/list-accounts-module.png) #### Add our "List Transactions" module You will be asked to provide an "Account ID". Simply click on the field, and drag the "ID" from the left card into the field. Afterwards, choose a start date like "-30 days". ![](/images/make-com/transaction-data-module.png) Afterwards, make sure to click on "Save". #### Add the Airtable "Create a Record" module If you don't see this module, make sure to click on "Show more". #### Connect your Airtable account, and select the correct Base and Table ![](/images/make-com/airtable-connection.png) #### Map the fields Now, let's map the OnlyFans API module fields to your Airtable's table fields. Make sure to click on "Save". If you've done it correctly, your scenario should look like this: ![](/images/make-com/complete-transaction-data-scenario.png) #### Finally, schedule and run the scenario! You can set a schedule time, and then run it manually with the "Run once" button to see if everything works correctly. If it does, you will see the tracking link data of all your accounts appear in your Airtable table, like so: ![](/images/make-com/filled-transaction-data-table.png) The transaction data of all of your connected OnlyFans accounts will now automatically be updated in Airtable. Of course, you can further customize this scenario for a more advanced setup.