Refresh Reminder

Id: refreshReminder

An event that notifies when a bank connection has not been able to sync recently and will need to be refreshed. This will typically be due to an authentication issue

NameTypeDescription
connectionIdstringThe ID of the connection
bankNamestringThe name of the bank
periodSinceLastUpdateInDaysnumberThe number of days since last refresh

Example payload

{
    "connectionId": "1ffe704d39629a929c8e293880fb449a:7d235ab0-e951-487f-acde-73cae1a18be0",
    "bankName": "Test Bank",
    "periodSinceLastUpdateInDays": 27
}

📘

This event can be trigger once every 48 hours