You can leverage the Workflow Element for a no-code, visual experience that integrates directly into your app or site, or you can use the API to programmatically generate Zap suggestions based on a user’s prompts or prompts generated from a user’s activity.
Workflow Element Usage
You can view our Workflow Element Documentation and then visit the Workflow Element Builder if you’d like to embed the Workflow Element.Leverage the Workflow Element for a no-code, visual experience that integrates directly into your app or site.
API Usage
To generate a Zap suggestion, send a POST request to the /v2/guess endpoint with a client_id as a query parameter and a description in the JSON body.Example Request
Content-Type: application/json- client_id is required as a query parameter and must be valid. See authentication documentation to locate your client ID.
- description should be a short, clear sentence describing the automation you want to build.
- The returned steps include the best match and potential alternatives for each step.
- Use the prefilled_url in your application to guide users directly into a personalized Zap-building experience.
- This API is rate limited.