Powered By Zapier
Integration Marketplace
- Low-code
- Code-native
Built-in Workflows
- Low-code
- Code-native
AI Workflows
Managing Authentications
Billing
API Specification
- API Authentication
- Accounts
- Actions
- Apps
- Authentications
- Categories
- Zap Templates
- Zaps
- Experimental
- Schemas
- Rate Limiting
Common Types
Action
An Action is an operation that can be performed against a third-party API; either a read or a write. A Zap is composed of a read, followed by one or more writes.
Was this page helpful?
Copy
Ask AI
{
"id": "<string>",
"key": "<string>",
"app": {
"id": "<string>",
"type": "app",
"image": "<string>",
"links": {},
"action_types": [
"<any>"
],
"title": "<string>",
"images": {
"url_16x16": "<string>",
"url_32x32": "<string>",
"url_64x64": "<string>",
"url_128x128": "<string>"
},
"hex_color": "<string>",
"categories": [
{
"slug": "<string>"
}
],
"description": "<string>"
},
"type": "action",
"action_type": "action",
"is_instant": true,
"title": "<string>",
"description": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.