Viewing Function Calls
Last updated
Last updated
Every function call you make will appear in the calls log in the Integry app.
Click a function call to see the steps executed under-the-hood by Integry.
The first step always represents the function call itself.
The next set of execution steps represent the steps executed by Integry to execute the function.
In a function like slack-post-message
, there will only be an HTTP Call.
In a function that supports pagination like pipedrive-get-all-persons
, there will be multiple steps.
The last step always represents the function call response.
Click the step to see the function parameters and the arguments passed in the function call.
Click a step to see execution details.
Click the step to see the function call response.