Automate Clay for free on Stepper
Clay is a GTM data-enrichment and outreach platform. Run structured searches over people and companies, execute enrichment routines, and query Clay tables from your Stepper workflows.
Actions available for Clay on Stepper
Get Authenticated User
Return the Clay user and workspace associated with the API key. Useful for verifying the connection.
Create Search
Start a structured-filter search over Clay's GTM database of people or companies. Returns a search_id to page results with 'Get Search Results'.
- 2 parameter s
List Search Filter Fields
Return every filter field accepted for a search source type, including each field's type, description, and allowed values.
- 1 parameter s
Get Search Results
Return the next page of records for an existing filter-mode search (stateful iterator). Repeat while has_more is true.
- 2 parameter s
Run Routine
Execute a Clay-managed or custom enrichment function against 1-100 items. Runs asynchronously and returns a routine_run_id; poll with Get Routine Run Results.
- 3 parameter s
Get Routine Run Results
Fetch progress and paginated results for an asynchronous routine run.
- 3 parameter s
Get Batch Upload URL
Issue a presigned PUT URL for uploading a JSONL input file for a batch routine run. Returns a file_id and upload_url.
- 1 parameter s
Start Batch Routine Run
Start an asynchronous batch routine run over a previously uploaded JSONL file.
- 3 parameter s
Get Batch Run Results
Fetch progress and results for an asynchronous batch routine run.
- 1 parameter s
Query Tables
Run a structured query across one or more Clay tables (Enterprise-only; returns 403 on other plans).
- 3 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.