Blocks

Zapier

Automate workflows and connect 7,000+ apps

Integrate with Zapier to trigger workflows, create zaps, and automate tasks across 7,000+ applications. Use webhooks, triggers, and actions to build powerful automation workflows with OAuth 2.0 authentication.

Back to Catalog
Toolszapier

Block Preview

Zapier

Zapier

Automate workflows and connect 7,000+ apps

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the zapier block with monitoring enabled in production.

Inputs (UI)

Zapier Account

oauth-input

Placeholder: Select Zapier account

Layout: full

Provider: zapier

Operation

dropdown

Layout: full

Options: Trigger Webhook, Create Zap, List Zaps, Get Zap

Webhook URL

short-input

Placeholder: https://hooks.zapier.com/hooks/catch/...

Layout: full

Condition: operation = "trigger_webhook"

Payload (JSON)

code

Placeholder: {"key": "value", "data": "example"}

Layout: full

Condition: operation = "trigger_webhook"

Zap ID

short-input

Placeholder: Enter Zap ID

Layout: full

Condition: operation = ["get_zap","update_zap","delete_zap"]

Zap Name

short-input

Placeholder: My Automation Workflow

Layout: full

Condition: operation = ["create_zap","update_zap"]

Trigger Configuration (JSON)

code

Placeholder: {"app": "gmail", "event": "new_email"}

Layout: full

Condition: operation = ["create_zap","update_zap"]

Action Configuration (JSON)

code

Placeholder: {"app": "slack", "action": "send_message"}

Layout: full

Condition: operation = ["create_zap","update_zap"]

Inputs (API)

credential

string

Required

operation

string

Required

webhookUrl

string

Optional

payload

json

Optional

zapId

string

Optional

zapName

string

Optional

trigger

json

Optional

action

json

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

zapier_api
Zapier | NowFlow Blocks