Embed API Enhancement
We are excited to introduce a new parameter, shell_connection
, which allows users to specify the nature of a connection when established via API.
shell_connection:false
(Default behavior)- Credentials are passed in via API, and the connection is tested and established accordingly.
- Note: If the parameter is not specified, the API will behave as though
shell_connection:false
.
shell_connection:true
- Credentials are passed in via API, but the connection is not tested or established. Additional action is required to fully authenticate the connection.
Specifying shell_connection:true
Workato will not automatically attempt a test authentication and, thus, no “Connection Lost” banner will display within the connection page.
This new parameter will provide greater flexibility in how connections are managed and established through our API, enhancing user control over connection authentication processes. Learn more here.