Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Automation (A-Z)

118.4k members • Free

AI Automation Agency Hub

274.8k members • Free

Brendan's AI Community

21.9k members • Free

3 contributions to Brendan's AI Community
How to reliably analyze larger PDFs (60–80 pages) with GPT in Zapier?
Hi everyone, we’re currently facing a challenge in automating the analysis of larger PDF documents (60–80 pages) using GPT in Zapier. 👉 Our use case: We want to check formal criteria in documents like real estate reports, such as: - Is a cover page present? - Is there a signature and date? This works well when uploading the PDF directly into ChatGPT via the web app – the model can identify these elements with a good degree of accuracy. However, when using Zapier, we’re running into two major issues: 1. The full PDF (especially longer files) often cannot be parsed or passed to GPT reliably. 2. Even when passing specific text excerpts (e.g., page 1 or the last page), GPT in Zapier tends to hallucinate results rather than strictly confirming whether a signature or cover page is truly present. ❓ What we’re looking for: - What’s the best way to extract and structure PDF contents for reliable GPT analysis in Zapier, Make, or n8n? - Which tools (PDF parsers, converters, etc.) are working well in your setup? - Any best practices for feeding GPT only key pages (e.g., cover and signature pages)? - How do you manage GPT’s context limits in these automation platforms? We would really appreciate any technical advice, workflows, or tools you’ve found to solve this! Thanks a lot in advance, Niklas
0 likes • May 28
Really appreciate, would be great if you can show me! Can you send me a DM to schedule a meeting? Unfortunately I am not able as I am new in this community.
Open Voiceflow chatbot and give a variable via button click on website
Hello everyone, is there a possibility to start a voiceflow chatbot and give Voiceflow a variable when a specific button on a website is clicked? MY CODE IS IN THE THREAD. I need help. Thank you so much in advance 🙃
0 likes • Sep '24
THIS IS THE CODE: Javascript in footer: "<script type="text/javascript"> (function(d, t) { var v = d.createElement(t), s = d.getElementsByTagName(t)[0]; v.onload = function() { window.voiceflow.chat.load({ verify: { projectID: '661506965d8d738bc996fc20' }, url: 'https://general-runtime.voiceflow.com/', versionID: 'production' }); }; v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s); })(document, 'script'); function startChatWithVariable() { window.voiceflow.chat.open({ launch: { event: { type: "launch", payload: { buttonSelected: "immobilienvermarktung" } } } }); } </script>" html-button: "<!-- Button, der den Chat öffnet und die spezifische Variable setzt --> <button onclick="startChatWithVariable()">Chat für Immobilienvermarktung öffnen</button>" In Voiceflow, trying to get the variable: "last_event.payload.buttonSelected"
Open Voiceflow Chatbot On Specific Website Interaction
Hi guys. So I'd like to have my Voiceflow chatbot popup when a specific event happens on the website ,for example when the user clicks on a specific button, or submits a form e.t.c I'm confused on how I can be able to handle this functionality in my HTML File. Any help would be much appreciated
0 likes • Sep '24
THIS IS THE CODE: Javascript in footer: "<script type="text/javascript"> (function(d, t) { var v = d.createElement(t), s = d.getElementsByTagName(t)[0]; v.onload = function() { window.voiceflow.chat.load({ verify: { projectID: '661506965d8d738bc996fc20' }, url: 'https://general-runtime.voiceflow.com/', versionID: 'production' }); }; v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s); })(document, 'script'); function startChatWithVariable() { window.voiceflow.chat.open({ launch: { event: { type: "launch", payload: { buttonSelected: "immobilienvermarktung" } } } }); } </script>" html-button: "<!-- Button, der den Chat öffnet und die spezifische Variable setzt --> <button onclick="startChatWithVariable()">Chat für Immobilienvermarktung öffnen</button>" In Voiceflow, trying to get the variable: "last_event.payload.buttonSelected"
0 likes • Sep '24
Thank you so much for your help!
1-3 of 3
Niklas Schwerin
1
4points to level up
@niklas-schwerin-9537
Sunside AI

Active 59d ago
Joined Sep 28, 2024
Powered by