Automation Consultant by Zapier (GPT): Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-ERKZdxC6D-automation-consultant-by-zapier
|Link = https://chat.openai.com//g/g-ERKZdxC6D-automation-consultant-by-zapier
|Chats = 10K
|Chats = 10,000
|Knowledge =  
|Knowledge =  
|Actions = Yes
|Actions = Yes
Line 81: Line 81:


==Actions==
==Actions==
===Website===
actions.zapier.com
===Privacy Policy===
https://zapier.com/legal/ai-supplementary-terms
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.0.2","info":{"title":"Zapier GPT API","version":"1.0.0","description":""},"paths":{"/gpt/api/v1/search-zap-templates/":{"get":{"operationId":"gpt_api_list_zap_templates","summary":"List Zap Templates","parameters":[{"in":"query","name":"query","schema":{"title":"Query","type":"string"},"required":true},{"in":"query","name":"count","schema":{"title":"Count","default":5,"type":"integer"},"required":false}],"responses":{"200":{"description":"OK"}},"description":"Suggest zaps the user could create. Query is required and should be a plain\nenglish description of what apps and/or workflow the user wants.\n\nThis endpoint is useful when the user asks for examples of zaps."}},"/gpt/api/v1/build-a-zap/":{"post":{"operationId":"gpt_api_build_a_zap","summary":"Build A Zap","parameters":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildAZapResponseSchema"}}}}},"description":"Given a natural language description of a specific multistep workflow, return a URL to build one Zap.","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildAZapSchema"}}},"required":true}}}},"components":{"schemas":{"BuildAZapResponseSchema":{"title":"BuildAZapResponseSchema","type":"object","properties":{"results":{"title":"Results","type":"object"},"configuration_link":{"title":"Configuration Link","description":"URL the user can click to build this Zap","type":"string"}},"required":["results","configuration_link"]},"BuildAZapSchema":{"title":"BuildAZapSchema","type":"object","properties":{"description_of_zap":{"title":"Description Of Zap","description":"A detailed description of the multi-step Zap the user wants to make. Eg: 'When I get a Typeform response for 'Support Form', create a new row in my 'Inbound Support' Google Sheet.'","type":"string"}},"required":["description_of_zap"]}}},"servers":[{"url":"https://actions.zapier.com"}]}
</pre>


==Guide==
==Guide==
1,065

edits