Go
Test an Action
Test an action. After updating an action, it can be tested prior to being deployed to ensure it behaves as expected.
POST
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the action to test.
Body
The payload for the action.
Response
Test action version successfully created.
The resulting payload after an action was executed.