POST
/
v2
/
zaps

This API is rate limited.

Authorizations

Authorization
string
headerrequired

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.

type
string
required

The type of this object.

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.

updated_at
string
required
title
string
required

The human readable name of the Zap.

steps
required

ExpandedZapStep (Expandable)

is_enabled
boolean
default: true

Whether the Zap is enabled (running) or not.