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.
id
string
requiredkey
string
requiredThe developer provided identifier for this Action
app
required
Apps (Expandable)
type
enum<string>
requiredThe type of this object
action
- action
Available options:
action
action_type
enum<string>
requiredThe type of this Action
READ
- READWRITE
- WRITE
Available options:
action
is_instant
boolean
requiredWill be set to true
if this Action triggers instantly. May only be true
when type
is READ
.
title
string
requiredThe title of this Action.
description
string
requiredA longer description of this Action, usually describing what it does in more detail.