- When there are common configuration challenges specific to your use case.
- To reduce the chance of user error.
1
Supply all the necessary inputs for a given action
Following the steps to Build a Zap, retrieve all necessary inputs and authentications.
2
Execute the test
Leveraging the /test endpoint, make a request supplying all of the necessary
inputs along with an authentication - or null if none is required.For example for an authenticated action with id core:wJ3PxHpNArZ8MqvloW3L1ZyMDQ4nJ, we might make the following request:3
Clean up any created resources as part of the test
If possible, clean up any created resources as part of a successful test. Remember the test executes the action, so these assets could cause confusion for users should they discover them after a successful test.