POST
/
v2
/
zaps

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

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 our Building a Zap guide to get started.

Response

201 - application/json

A Zap is an automated workflow that connects your apps and services together.

id
string
required

A unique identifier of the Zap.

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.

steps
required

ExpandedZapStep (Expandable)

title
string
required

The human readable name of the Zap.

type
string
required

The type of this object.

updated_at
string
required
is_enabled
boolean
default:
true

Whether the Zap is enabled (running) or not.