Executing Actions
Below are list of APIs that need to be called to set up your application for executing an action.
Make sure you followed previous instructions, created a user and logged in to the services that you want to use.
You can get information about input variables in built-in-services page.
Steps
- Call an action
- To use an action, you need to know
actionVersionId
for the action.- Get actions
- Choose the action that you want to use
- Get action version
- Choose action version
- Call an action
- Get actions
- You can use
service_name
instead ofservice_id
.
- To use an action, you need to know
Helpful?