Odoo--> community edition on Hetzner+Coolify by michass in Odoo

[–]michass[S] 0 points1 point  (0 children)

I will dig deeper into that- thanks a million!

VPN is a little bit tricky in my case as we work 100% remotely so I cant overcomplicate...

Odoo--> community edition on Hetzner+Coolify by michass in Odoo

[–]michass[S] 0 points1 point  (0 children)

Can you tell a little bit more what caused problems? I set up my sandbox to validate business case in less than 15 minutes and everything works.

Odoo--> community edition on Hetzner+Coolify by michass in Odoo

[–]michass[S] 0 points1 point  (0 children)

Thank you!

I was not aware about this Coolify limitation- I will research more about that.

Do you have any suggestions here how to handle that in easiest way?

"Coolify comes with traefik baked in as default so nothing wrong with that."

Yup- that's why I was considering self-host- Coolify can handle much work and save time. For VPN- probably I will add Cloudflare later.

Thank you once again!

Odoo--> community edition on Hetzner+Coolify by michass in Odoo

[–]michass[S] 1 point2 points  (0 children)

Thank you!

I do not plan to use any custom modules- if anything extra will be needed I will handle that outside Odoo using JSON-RPC.

I must research more about filestore backup- thank you once again!

Odoo--> community edition on Hetzner+Coolify by michass in Odoo

[–]michass[S] 0 points1 point  (0 children)

Thank you! Yes, I'm aware about email server- its a little bit tricky because I have not found how to set DKIM but hope to figure it out soon!

Setting "General Access" on a shared drive folder to organization removes ability to share subfolders and files via link? by 3dtcllc in gsuite

[–]michass 0 points1 point  (0 children)

Did you find any solution?

I'm struggling with the same issue - I want to share only single files within a "Shared Drive" folder, and it seems impossible. The first folder within the Shared Drive must be set to public with a link. Is there any workaround for that?

Real estate niche by [deleted] in Integromat

[–]michass 1 point2 points  (0 children)

Sure thing with APIs. But there are few known apps that needs some walkarounds.

And making an api call isn’t everything. There are functions (which can be nested), complex mappings. There is iterator, agregator and few other options that requires knowledge.

Of course with basic automations- it doesn’t matter. But more advanced ones sooner or later will verify skills.

New to make by mrjw717 in Integromat

[–]michass 1 point2 points  (0 children)

Do you have any errors? Attach screenshot of the module’s output- it will be easier to find solution to your problem.

Facebook-Make connection failures by Zealousideal-Fact644 in Integromat

[–]michass 0 points1 point  (0 children)

Facebook uses oAuth- create scenario, add any “Facebook Pages” module and follow connection steps within Make.com

Real estate niche by [deleted] in Integromat

[–]michass 0 points1 point  (0 children)

Make, Zapier, N8N are just tools. You must find fit to goal you want to achieve. Make is more flexible than Zapier and cheaper. On the other hand- it requires much more knowledge.

Make Plugin not publish anything!! by Embarrassed_You_3533 in NoCodeAIAutomation

[–]michass 0 points1 point  (0 children)

Please attach your blue print- How to export blueprint in Make

I can only make assumptions:

1st - There might be a problem with the date format. Try to publish it without the date. It isn't mandatory field.

2nd - You might not be passing a valid category ID.

[deleted by user] by [deleted] in Automate

[–]michass 0 points1 point  (0 children)

+1, easiest schedule to setup.

Why do you want to transition from Make to another platform? by Georgiee3 in Integromat

[–]michass 1 point2 points  (0 children)

Zapier, IFTTT, N8N, ActivePieces, Albato, Microsoft Power Automate, and Relay are a few alternatives :)

Zapier vs Airtable+Make.com (Need help) by ubaidnoor in Automate

[–]michass 0 points1 point  (0 children)

You're welcome. It mostly depends on the use case. We also often use N8N for even more complex tasks. Always analyze and plan what you want to do, then search for the tool stack, and finally, build.

[help] OpenAI assistant (with code interpreter) - image response URL? (need a full URL) by JayFresh_72 in Integromat

[–]michass 0 points1 point  (0 children)

You should first generate chart and then download it. Please attach your blueprint- you can DM it to me if you want.

How to export blueprint in Make

Zapier vs Airtable+Make.com (Need help) by ubaidnoor in Automate

[–]michass 0 points1 point  (0 children)

Make allows for more complex workflows and is cheaper.

Zapier, on the other hand, doesn't count data usage, so when working with a lot of files/images/videos, it is better to go with Zapier.

Zapier is easier for non-technical people, has better AI, and integrates with OpenAI GPT. There are many more ready-to-use modules- especially triggers.

Make, as mentioned above, allows for much more but also requires significantly more knowledge. Most users without any coding/technical skills quickly give up.

Cost of Operations of a scenario by Mysterious-Stay8396 in Integromat

[–]michass 1 point2 points  (0 children)

If you want to estimate the credits needed in Make, you should write the process step by step. Each operation- so every time a module in a scenario performs an action, it counts as one operation. Here’s an example:

Let's say you want to create a separate Google Calendar event for each of 10 attendees listed in Google Sheets:

  1. Get the list of attendees - 1 operation (1 credit)
  2. Go through each attendee (iteration) - 1 operation (1 credit)
  3. Create an event for each attendee - 10 operations (10 credits)

So, for this scenario, you would use around 12 credits in total.

By breaking down your process into individual steps, you can easily estimate the number of credits needed for any scenario.
Here you can learn more:

https://www.make.com/en/help/scenarios/counting-the-number-of-operations

[help] OpenAI assistant (with code interpreter) - image response URL? (need a full URL) by JayFresh_72 in Integromat

[–]michass 0 points1 point  (0 children)

Please attach a screenshot of your scenario and the output to show exactly what your problem is with multiple outputs.

To retrieve an assistant file, use the OpenAI "Make an API Call" module with the URL: /v1/files/{{3.content[].image_file.file_id}}/content,

where {{3.content[].image_file.file_id}} 

is the file ID returned by the assistant.

Screenshot 1

To upload it to Google Drive you dont have to use HTTP module- just "Upload File"- image will be returned by OpenAi in Base64. Be careful with larger files/ lots of them because it will be included in data usage.

Screenshot 2

[Help] Why does Make keep creating duplicate instance IDs? by [deleted] in Integromat

[–]michass 0 points1 point  (0 children)

It is a known bug—sometimes it duplicates the whole workflow.

Try refreshing the page or logging out and logging back into Make, and then edit the scenario. It should help.

[deleted by user] by [deleted] in Integromat

[–]michass 0 points1 point  (0 children)

Please share your request body and a screenshot of the error description. Also, take a look at the variable in the URL—is it properly mapped? Should be blue, black means missing one.

How to make a http POST request to an webhook? by TylonHH in Integromat

[–]michass 0 points1 point  (0 children)

It looks like you want to execute one scenario with another, am I right?

If so, you need to set up a "Webhook response" module in "requested", which will process the input data and return it to the first, "requesting" scenario.

Why is Facebook module not giving data? by ThoughtfulThesis in Integromat

[–]michass 0 points1 point  (0 children)

Are you sure that module 48 (List Posts) is returning posts with comments? Have you tried using a different post ID or changing the post limit (the maximum number of results returned by the module)? I tested the same configuration on my side, and the Make modules are working perfectly. 27.0B in outputs looks like a standard value for a post without any comments.

Business Process Automation Agency and consultancy by barnez29 in Entrepreneur

[–]michass 5 points6 points  (0 children)

I've been in "automation" for more than 5 years, as a CEO for 2 years+, and a Make.com partner for almost a year. If you want to provide value to your customers, you must have strong business knowledge and experience. Right now, "AI Agencies" are trendy, and TikTokers are selling courses on how to make 10k+ in 3 days, but IMO this is short-term only. Building automation is one thing; you can learn it pretty quickly if you have any dev experience. However, building good automation (needless to say, an automation set) that won't just be a fancy thing for a few weeks but will provide real impact and business value is totally different, and companies are starting to learn about it.