Hey xray! Is it possible to use Make for a discord bot that connects through both Billwerk and Discord? Customer subscribes (pays) on Billwerk = Gets discord Invite Customer un-subscribes (no pay) on Billwerk = Gets kicked out Is this possible to automate? Customer
Billwerk doesn’t have any native integrations with Zapier or Make. But it does seem to have an API optimize-docs.billwerk.com/docs/getting-started So… the answer is “maybe”🤷 Do you get an email with every new customer which includes their email?
Is it possible to create a voice bot in telegram, to which I will send an audio message. After the bot will transcribe and perform tasks based on the message. For example, to change an event in the calendar
Great question... Based on Telegrams support for Make (xray.tools/app/telegram) -- I'd say... kinda. What you're describing is tremendously complicated because the automation would be quite long, and need access to a huge array of your systems (such as your calendar). It would also be very brittle. If your phrasing or the transcription doesn't match the exact key-words you configure, it wouldn't work as you intend. We're still quite far away nocoders being able to 'roll your own' assistant. For now, sadly, I'd say stick with Siri or Google Assistant.
@@XRayAutomation No, i mean in the tutorial :)) At 10:25 it says to find your event in the list. i've tried many times. Never worked.. the list shows events until may 2023 and nothing after
Unfortunately, this product doesn't have direct integrations to Make (integromat) or Zapier... so you'll need to use the API documentation. I've put together this resources board for you that should help. But you will need to actually write some code to make it work. Don't worry, we've already made a video about API calls in Make/Integromat & its linked in the resources board 👇 app.xrayworkflow.com/b/0c3852cb-a500-4bfd-9ec1-61121abb2f86
I'm looking into an automation that updates an Airtable Table when a Stripe purchase is made. Any insight on whether Make or Zapier would be better for this? (Note: I know very little code and mostly lean on ChatGPT to walk me through coding exercises)
Thanks for question! BOTH would actually let you trigger an automation based on a new purchase. You see see the specifics for stripes support in Make & Zapier here: xray.tools/app/stripe Most importantly, the make module for a Trigger is a 'watch' module. So it will have to be configured through webhooks, and can be tricky to configure precisely. If you have test data already in stripe, try to connect both - timebox yourself for 5 minutes. Then, run with it! Its not uncommon to trigger an automation on Zapier/Make -> Then push the information to the other if you need to do something specific.
xray.tools/?q=google-sheets+whatsapp Looks like you’ll need to use Bardeen to do that. That’s the only automation provider that allows for WhatsApp messages to be sent currently.
I want a WhatsApp message with the customer’s address plus the item to be purchased whenever an order is made on instagram and Facebook store. I also want to know if i can exclude these apps to only accept orders from a specific reign,city or location . Talking from zero coding experience.
Great question, this seems possible... The automation would always run though, you should add in a filter to ensure its only from the region, city or location that you want. On Make, you'll need to use a Whatsapp Business account. xray.tools/app/whatsapp-business-cloud Hope that helps!
This was so helpful. Thank you!
So was this comment! Thanks for the thanks! ☺️
very handy thank you. soooo much to learn.
Please more Make content!!!
thank you so much buddy for this amazing video you are a great teacher ❤
You are very welcome! Hope you like our other videos too!
Great Video and very detailed , Thank you guys
Glad you liked it!
Thank you for this tutorial. I’ve subscribed and am starting new mixed in with some old . 💯
Thanks for the sub! We hope you love it here! Also checkout www.xray.tools if you're curious 😉
Thank you so much 💯
Any time 😎
very good thank you!
Glad you liked it!
Thank you so mich for the valuable information. I will be happy if you make another video for Make ❤
Thank you so much! Take a look at our other videos, we’ve already covered a lot!
We’re happy to make something specific if you have any requests!
Thank you for replying 🙏! I would be interested in seeing a Make tutorial for E-Commerce Order Processing Automation. Keep up the good work ❤
Yes! It’s time. E-commerce examples!
- which tools?
Shopify, Magento,gumroad, or even Webflow 🤩
Help us choose the tools!
Hey xray! Is it possible to use Make for a discord bot that connects through both Billwerk and Discord?
Customer subscribes (pays) on Billwerk = Gets discord Invite
Customer un-subscribes (no pay) on Billwerk = Gets kicked out
Is this possible to automate?
Customer
Billwerk doesn’t have any native integrations with Zapier or Make.
But it does seem to have an API optimize-docs.billwerk.com/docs/getting-started
So… the answer is “maybe”🤷
Do you get an email with every new customer which includes their email?
Is it possible to create a voice bot in telegram, to which I will send an audio message. After the bot will transcribe and perform tasks based on the message. For example, to change an event in the calendar
Great question... Based on Telegrams support for Make (xray.tools/app/telegram) -- I'd say... kinda.
What you're describing is tremendously complicated because the automation would be quite long, and need access to a huge array of your systems (such as your calendar). It would also be very brittle. If your phrasing or the transcription doesn't match the exact key-words you configure, it wouldn't work as you intend.
We're still quite far away nocoders being able to 'roll your own' assistant. For now, sadly, I'd say stick with Siri or Google Assistant.
@@XRayAutomation thanks
can't find any events on october, in the list of events it shows events until may 2023 and nothing after
We're booked up!
There should be an opening in the second week of November.
calendly.com/xraytech/open-automation-hours
@@XRayAutomation No, i mean in the tutorial :)) At 10:25 it says to find your event in the list. i've tried many times. Never worked.. the list shows events until may 2023 and nothing after
please make a video on make advancly
Unfortunately, this product doesn't have direct integrations to Make (integromat) or Zapier... so you'll need to use the API documentation.
I've put together this resources board for you that should help. But you will need to actually write some code to make it work. Don't worry, we've already made a video about API calls in Make/Integromat & its linked in the resources board 👇
app.xrayworkflow.com/b/0c3852cb-a500-4bfd-9ec1-61121abb2f86
I'm looking into an automation that updates an Airtable Table when a Stripe purchase is made. Any insight on whether Make or Zapier would be better for this? (Note: I know very little code and mostly lean on ChatGPT to walk me through coding exercises)
Thanks for question!
BOTH would actually let you trigger an automation based on a new purchase. You see see the specifics for stripes support in Make & Zapier here: xray.tools/app/stripe
Most importantly, the make module for a Trigger is a 'watch' module. So it will have to be configured through webhooks, and can be tricky to configure precisely.
If you have test data already in stripe, try to connect both - timebox yourself for 5 minutes. Then, run with it!
Its not uncommon to trigger an automation on Zapier/Make -> Then push the information to the other if you need to do something specific.
I want a WhatsApp message whenever a particular cell on Google sheet is filled
xray.tools/?q=google-sheets+whatsapp
Looks like you’ll need to use Bardeen to do that.
That’s the only automation provider that allows for WhatsApp messages to be sent currently.
I want a WhatsApp message with the customer’s address plus the item to be purchased whenever an order is made on instagram and Facebook store. I also want to know if i can exclude these apps to only accept orders from a specific reign,city or location . Talking from zero coding experience.
Great question, this seems possible...
The automation would always run though, you should add in a filter to ensure its only from the region, city or location that you want.
On Make, you'll need to use a Whatsapp Business account. xray.tools/app/whatsapp-business-cloud
Hope that helps!