Zapier · Arazzo Workflow
Zapier Discover and Configure an Action
Version 1.0.0
Search for an app, list its actions, read the input fields, and resolve the choices for a dropdown field.
Provider
Workflows
discover-and-configure-action
Find an app, pick an action, and populate a dropdown input field with its choices.
Searches the app directory by query, lists actions for the matched app, reads the input field schema for the target action, and fetches the choices for a SELECT input field so a configuration UI can be rendered.
1
searchApps
get-v2-apps
Search the Zapier app directory for an app whose title matches the query and capture its canonical id.
2
listActions
get-actions
List the actions exposed by the matched app so the target action can be confirmed.
3
resolveInputFields
get-fields-inputs
Read the input field definitions for the target action so the UI knows which fields exist and which require choices.
4
resolveChoices
get-choices
Fetch the possible values for the SELECT input field so a dropdown can be populated in the configuration UI.