Skip to content

Run post install actions for an integrated account ​


Some integrations require more information from the API to work. Truto runs some steps after an integrated account is connected and runs them. These can include things like making a request to the API and store some part of the response in the context attribute of the integrated account (Variables section). This happens automatically when the integrated account is connected. But if you ever want to run it manually, then use this API.

Endpoint ​

http
POST /integrated-account/run-post-install-actions

Request Body ​

id
string · uuid
REQUIRED · 

The ID of the integrated account you want to the post install actions for.

Example: 1ba1f401-7183-47c5-9e39-e8e257e3c795

Response Body ​

success
boolean
Example: true