Zapier · Arazzo Workflow
Zapier Connect and Test an Action
Version 1.0.0
Create an authentication for an app, list its actions, and test an action against the live third-party API.
Provider
Workflows
connect-and-test-action
Add a new app connection and verify it by testing an action.
Creates an Authentication for the app from supplied credential fields, lists the app's actions, and runs a step test for the chosen action using the new authentication to confirm the connection works.
1
createAuthentication
create-authentication
Create a new Authentication for the app using the supplied credential fields and capture the resulting authentication id.
2
listActions
get-actions
List the actions exposed by the app so the action to test can be confirmed.
3
testAction
test-action
Run a step test for the chosen action using the newly created authentication to confirm the connection and inputs work end to end.