Automation Consultant by Zapier (GPT): Difference between revisions

m (Text replacement - "|Updated = " to "|Hidden = |Updated = ")
 
(4 intermediate revisions by 2 users not shown)
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 =  
|Chats = 10,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation =
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Hidden =  
|Hidden =  
|Updated =  
|Updated = 2024-01-24
2024-01-14
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 69: Line 73:


==Conversation Starters==
==Conversation Starters==
* How can Zapier help me with Lead Management?
* What can I do with Zapier and Slack?
* Can you help me streamline data entry to my CRM?
* Can I automate emails with Zapier?


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
*'''List Zap Templates API''': This is useful for finding popular use cases for specific apps or combinations of apps. It's great for ideation and discovering what kinds of automated workflows others are implementing.
*'''Build A Zap API''': This assists in creating a Zap for a specific use case. Once you describe the workflow you want to automate, this API can generate a URL to build that specific Zap. This is particularly useful for tailoring automation to your unique needs.
===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