RESOURCES: How to use App APIs in Zap Steps
Contribution by Troy Tessalone
Troy is a Certified Zapier Expert who puts Programmable Productivity to work for YOU!
OVERVIEW
App APIs let you extend the capabilities of what can be done in Zap steps beyond the available Zap app triggers and actions.
App APIs can have 100s of endpoints.
Zap apps generally only expose the most common/popular endpoints from their API as Zap triggers/actions.
- Zap app triggers that use APIs are scheduled via data polling from GET requests.
- Zap app actions that use APIs involve these API methods. (GET, PATCH, POST, PUT, DELETE)
OPTIONS
- Zap Apps
- Webhooks (GET, PATCH, POST, PUT, DELETE)
- Code (JavaScript / Python)
- Zap App > Actions
- Zapier Developer Platform
- Create your own custom Zap app integration using an app API
- Info: https://developer.zapier.com