Refresh Reminder

Webhook reminding that a connection refresh is needed.

Id: refreshReminder

An event that notifies when a legacy bank connection has not been able to sync for 2 days and will need to be refreshed or re-authenticated. It will be repeated every 2 days until the connection has synced successfully.

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