Building a Workflow
Selecting an Action
An Action is an operation that can be performed against a third-party API; either a READ
or a WRITE
.
Once you’ve selected an app, we can fetch the list of available actions for a selected App by making a request to the /actions
endpoint:
READ
and WRITE
map to Trigger and Action respectively In the Zapier ecosystem. Our user can then select one of these Actions that they wish to use as the Trigger for their Zap. The id
field is accepted in several other endpoints.
Looking to focus your experience to just a few actions? Check out Hardcoding an Action.