Zaps
Create a Zap
This URL creates a Zap based on the given steps and title.
This API is rate limited. See Rate Limiting for more details.
OAuth
This endpoint requires the zap:write
OAuth scope.
POST
/
v2
/
zaps
Authorizations
Authorization
string
headerrequiredSee 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
requiredSee here to get started.
Response
201 - application/json
A Zap is an automated workflow that connects your apps and services together.
type
string
requiredThe type of this object.
id
string
requiredA unique identifier of the Zap.
last_successful_run_date
string | null
requiredThe date/time at which this Zap last ran successfully. A null value indicates that a Zap has never run successfully.
updated_at
string
requiredtitle
string
requiredThe human readable name of the Zap.
links
object
requiredsteps
required
ExpandedZapStep (Expandable)
is_enabled
boolean
default: trueWhether the Zap is enabled (running) or not.