Zaps
Create a Zap
This URL creates a Zap based on the given steps and title.
OAuth
This endpoint requires the zap:write
OAuth scope.
POST
/
v2
/
zaps
This API is rate limited.
Authorizations
See our OAuth2 authentication documentation
Query Parameters
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
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.
The type of this object.
A unique identifier of the Zap.
The date/time at which this Zap last ran successfully. A null value indicates that a Zap has never run successfully.
The human readable name of the Zap.
ExpandedZapStep (Expandable)
Whether the Zap is enabled (running) or not.