Zapier
Trigger Inferable Runs from Zapier
You can trigger Inferable Runs from Zapier. This allows you to create a Zap that will use the Inferable agent as a “node” in your workflow. Returning a run.structuredOutput
as a result means you can use the output in subsequent steps in your Zap.
Demo
Configuration
Create a Zapier App Connection
Create a new App connection within your Zapier account. You will need to provide a Cluster ID and API Key.
Create Agent
The Inferable Zapier configuration can can only trigger Agent. You will need to create one in the Playground and take note of it’s ID.
For more details, see agents.
Add Inferable Action to Zap
Create a new Zap with the Inferable Create Run action included.
The “Create Run” action accepts two parameters:
- Agent ID
- Selectable via dropdown populated with the Cluster’s Agents
- Input Values - Key/Value pairs
- These can include values from previous steps in the Zap
- If inputSchema is defined on the Agent, these values will be validated against the schema
- Wait for Results
If enabled, the action will wait for the Run to complete (status
done
or “failed`) before continuing the Zap
Was this page helpful?