Skip to content
All updates

Changelog

Product update of the week: Week 39

The Truto Team The Truto Team ·
Week 39.png

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

Screenshot 2023-10-04 at 01.07.09.png

Head on over to any of the installed integration's Settings tab to configure its RapidForm


Connection validation post connect of an integrated account

Screenshot 2023-10-04 at 01.10.49.png

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 in last_action_result attribute 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 in last_action_result attribute of an integrated account.

Improvement

  • For apps which don't support state query 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