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.
slack-post-message
In a function that supports pagination like pipedrive-get-all-persons, there will be multiple steps.
pipedrive-get-all-persons
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.
Last updated 1 year ago
Was this helpful?