Changelog
Product update of the week: Week 39
New
Integrations
Zwayam
Background Verification | Install
Repute
HRIS Marketplace | Install
HighLevel
Works with Unified CRM API | Install
Unberry
Hiring assessments | Install
RapidForm now configurable from app UI

Head on over to any of the installed integration's Settings tab to configure its RapidForm
Connection validation post connect of an integrated account

Head on over to any of the installed integration's Settings tab to configure its Connection validation settings. You can setup the network calls to make after an account is connected to verify if the credentials entered by a user are correct or to verify if they have the necessary access roles.
3 new webhook events
With the changes related to Connection validation which happens async, we have introduced some new webhook events to let you know when an integrated account is ready to use and when it's not.
integrated_account:active, the integrated account is ready to use and all the validation steps have passed.integrated_account:post_install_error, there was an error in some of the steps Truto runs after an Integrated account is connected. The account may not work as expected. The result of the post_install steps are present inlast_action_resultattribute of an integrated account.integrated_account:validation_error, there was an error in the Connection validation requests defined for an Installed integration. The result of the connection validation steps are present inlast_action_resultattribute of an integrated account.
Improvement
- For apps which don't support
statequery parameter in the OAuth flow sigh, we have added a way to track the integrated account using cookies.
Fix
- Fix endless pagination for Cursor based pagination format
- Fix scope override in refresh token flow