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.

action_type
enum<string>
required

The type of this Action

  • READ - READ
  • WRITE - WRITE
Available options:
action
app
required

Apps (Expandable)

description
string
required

A longer description of this Action, usually describing what it does in more detail.

id
string
required
is_instant
boolean
required

Will be set to true if this Action triggers instantly. May only be true when type is READ.

key
string
required

The developer provided identifier for this Action

title
string
required

The title of this Action.

type
enum<string>
required

The type of this object

  • action - action
Available options:
action