POST
/
v2
/
zaps

Authorizations

Authorization
string
headerrequired

Query Parameters

expand
string

A comma separated list of Zap fields that should be expanded from ids to full objects in the response. Fields that may not be expanded will remain as ids.

Body

data
object
required

See here to get started.

Response

201 - application/json
type
string
required

The type of this object.

id
string
required

A unique identifier of the Zap.

is_enabled
boolean
default: true

Whether the Zap is enabled (running) or not.

last_successful_run_date
string | null
required

The date/time at which this Zap last ran successfully. A null value indicates that a Zap has never run successfully.

updated_at
string
required
title
string
required

The human readable name of the Zap.

links
object
required
steps
required

ExpandedZapStep (Expandable)