Magidoc

TransactionsImport
Object

Fields

#

id

Non-null

The public id of the import

account

Non-null

Account that holds the import

file

URL of the import (e.g. link to the CSV file)

source

Non-null

Source of the import (e.g. "Bank of America", "Eventbrite", etc...)

name

Non-null

Name of the import (e.g. "Contributions May 2021", "Tickets for Mautic Conference 2024")

type

Non-null

Type of the import

csvConfig

Configuration for the CSV import

createdAt

Non-null

When the import was created

updatedAt

Non-null

When the import was last updated

lastSyncAt

When the import was last synced

isSyncing

Non-null

Whether the import is currently syncing

lastSyncCursor

Cursor that defines where the last sync left off. Useful to know if there is new data to sync

plaidAccounts

List of available accounts for the import

assignments

Non-null

Assignments for the import, as a map of account id to legacy collective IDs. The __default__ key can be use to set the default assignment.

connectedAccount

Connected account linked to the import

rows

Non-null

List of rows in the import

Usages

#

References

#

  • Field transactionsImport from Query