POST
/
v2
/
workflow-steps
curl --request POST \
  --url https://api.zapier.com/v2/workflow-steps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "step": {
      "action": "core:M0BEN47z",
      "inputs": {
        "drive": "",
        "spreadsheet": "1hINj1kFA0FExGcpYh8DVwRMTL3JITlPZOtx0lwQJHY8",
        "COL$A": "{{email}}",
        "COL$D": "{{address}}",
        "COL$B": "{{name}}",
        "COL$C": "{{phone}}"
      },
      "authentication": "A1QvcE3M"
    }
  }
}'
{
  "api_url": "https://api.zapier.com/v2/workflow-steps/1022fddce41b42117aj7013037006d97a9/run"
}

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Body

data
object
required

See our Create a Workflow Step guide to get started.

Response

201 - application/json
api_url
string
required

Webhook URL used to invoke the Workflow Step and retrieve a response.