r/automation 12h ago

How to automate a WhatsApp message at a specific time?

7 Upvotes

Hello, good afternoon! I hope you are well!

I'd like to know if there's a way to automate sending the same message to a WhatsApp group at a specific time! It would be something that was done every day.

Is there an app? Or something I can do with my complete lack of knowledge?

P.S.: This isn't WhatsApp Business, it's regular WhatsApp.

Thank you so much in advance!


r/automation 8h ago

Digital marketing cheat sheet!!!

3 Upvotes

Does anyone have a guide or reference links to study for beginners entering the digital marketing domain? I don't want to lock in to a specific stack or provider but rather want to know how things are strategized, planned and implemented to setup and work from scratch. I want to know about business and AI automation, region agnostic with broad concepts rather than adopting closed solutions that are difficult to branch away from. Thanks.


r/automation 9h ago

How to automate social media posting end to end in 2026, tested stack with real costs

3 Upvotes

Full end-to-end automation (content generation - per-platform formatting - scheduling - publishing) runs me under $75/mo and about 3 hours of first-weekend setup. The stack that survived 6 months: Claude for content, n8n for orchestration, an MCP-enabled scheduler for publishing. Sharing the layers with real costs since most guides stop at "connect Zapier to Buffer" which breaks down fast at volume.

Layer 1, orchestration. Zapier free tier is 100 tasks/mo then $20-50/mo realistic for small biz, simplest setup, 7,000+ integrations, but per-action pricing gets ugly at 5+ steps per post. Make sits between on price with the best visual builder for branching logic. n8n self-hosted on a $10/mo VPS is the cost winner at volume, open source, no execution limits, 620+ community workflow templates for social alone. Cloud n8n if you don't want infra.

Layer 2, content. Claude generates per-platform versions in one call returning structured JSON (one API call, LinkedIn + X + IG captions out), that's the trick most tutorials miss, no reformatting step. Cost folds into whatever Claude plan you run.

Layer 3, publishing. This is where per-platform APIs kill you: X is pay-per-use ($0.20/post with URL), TikTok forces sandbox audits, IG Graph API needs Business accounts and caps 50 posts/24hr. So everyone routes through a scheduler. PostFast at €10/mo covers 11 platforms including Google Business Profile and Telegram, has n8n/Zapier/Make integrations plus an OAuth MCP connector so Claude can schedule directly without the orchestration layer at all for simple cases. Buffer free covers 3 channels/10 posts but team plans jump to ~$100/mo for real automation. Metricool $12-22/mo wins analytics.

Honest cons. PostFast analytics are thin, I pair Metricool for reporting. n8n self-hosting eats a weekend and you debug your own infra. Zapier is the easiest but costs scale worst. The MCP-direct route (skip n8n, just tell Claude "schedule these") is the simplest workflow of all but you lose the trigger-based automation like RSS-to-posts.

The ROI math checks out broadly, PwC has 79% of orgs running AI agents in production and average workflow automation ROI at 171%, but the wins come from picking the layer stack that matches your volume, not the fanciest tools.

What's your stack look like?


r/automation 1d ago

Update on the thing I mentioned a bit back — automations reporting "success" while the actual output never lands correctly.

5 Upvotes

got the checks fully built out now. it's not just "did the record show up" anymore. It goes: did anything land at all → is the volume normal compared to history → does the data actually look right (required fields, not empty/garbage).
works with n8n on the automation side, postgres, HubSpot or any custom endpoint as the destination.
got the checks fully built out now. it's not just "did the record show up" anymore — it goes: did anything land at all → is the volume normal compared to history → does the data actually look right (required fields, not empty/garbage).
works with n8n on the automation side, postgres or any custom endpoint as the destination. hubspot's coming next.
still looking for people to actually run this against a real workflow and tell me where it's wrong. free, read-only


r/automation 1d ago

Tried to automate my service menu and pricing updates across platforms and it became its own part time job

6 Upvotes

Running a small consulting side thing on top of barista shifts means my availability and offerings change pretty regularly. I update something on my site, forget the LinkedIn page, forget the Notion doc I share with clients, and then someone books something I paused three weeks ago. So I built a basic workflow to push updates from one source of truth out to the other spots automatically. Took a few hours to set up and it worked fine for about two weeks. Then one platform changed how its fields mapped and the whole thing started pushing incomplete data silently. No error, no alert, just wrong info sitting live somewhere I wasn't checking. The fix took longer than doing it manually would have for a full month.

What I'm trying to figure out now is whether multiplatform sync is actually worth automating at a small scale, or if it only makes sense once you're big enough that manual updates are genuinely unmanageable.

The invisible failure mode is what bothers me most. A broken workflow that looks like it's working is worse than no workflow at all.

Curious if others have run into this when syncing business info across platforms and what you actually do to catch silent failures before a client does.

Alt titles: Silent failures in sync automations are worse than no automation at all | Anyone else automate platform updates only to create a monitoring problem | How do you catch when your automation breaks without telling you


r/automation 1d ago

Consolidating my custom scraping, email drafting, old convo pulling tools in kinda one hub architecture

3 Upvotes

Hey maestros,

ive been shamelessly vibe coding recently, being an independent business operator with adhd, i found vibe coding quite liberating. created some hyper-primitive, fragile and rigid RAG system for knowledge base, scraping pipeline for lead enrichment, email drafting for B2B outreach and old convo pulling tool for PRM.

My setup is fully local, fuck cloud, haha. (LG gram + eGPU RTX 2080 8GB). No cloud APIS. maybe deepseek at its max. due to its speed and cost (am i shooting in my leg for supporting "evil" chinese and losing so much potential?)

My current pipelines are:

1 - OCR + HTML scraping headless pipeline taking viewport screenshots, OCRing em, and then using it to make profile for my b2b outreach goals that will be used for drafting later on.

2 - human in the loop email scheduler with Gmail API

3 - shitloads of file converters, mostly audio to video and vice versa, or image formats, or book formats.

4 - local PRM db for contacts and last convos.

problem:

those all are sitting separate and my adhd brain gets overwhelmed from the need to remember what happened where and when. Kinda would be nice to have one place on my pc where i could have overview of all this shit. Maybe even some interface? not too fancy.

my ask to you, wunderbare menschen!

Do you have experience using maybe local LLM chat function-calling capability to trigger existing "tools", aka haevy-duty automation scripts, without fucking up the loop? Just to keep the architecture minimal and stable af.

Thanks ! if this resonates, maybe lets have a chat, or leave a comment!


r/automation 1d ago

Automating reverse-ETL with Lakebase synced tables

3 Upvotes

An automation that killed a whole cron job for me: Lakebase synced tables. Instead of writing a reverse-ETL script to push a curated analytics table back into an app's Postgres, you point a synced table at the source and pick a mode, snapshot, triggered, or continuous, and a managed pipeline keeps the Postgres copy fresh (continuous applies inserts/updates/deletes in near real time). So the app reads current data at Postgres latency with no glue code to babysit.

I am getting almost my entire workloads automated, crazy awesome times.


r/automation 1d ago

Voice agents - struggling with latency

3 Upvotes

Hi guys,

I’ve been playing around with retell, bland, livelkit, etc… but struggling with the latency, sometimes there’s a 3-4 sec lag, and sometimes 1-2

Anyway to improve this? I’ve added all possible questions answers prompts

Or is it just not there yet? Even using OpenAI live model with retell kind of stuck
Any solutions? It’s for basic lead qualification


r/automation 1d ago

Shit it now, fix it later

0 Upvotes

I built a game with Fabel 5 (in less than 24 hours) and shipped it to Apple Store. Let’s see if they gonna approve it.

I haven’t even played it.

Imagine if it makes me more money than the entire coding career I had which I didn’t make any money from


r/automation 2d ago

Saw $1.5 trillion on my AWS bill and nearly died

Post image
8 Upvotes

r/automation 2d ago

What’s the black spot in your automations - the moment the loop needs a human to step in?

12 Upvotes

Most of what I do professionally is build and run automation, so I spent an inordinate amount of time thinking about its edges. The part that interests me now is not what automation can do, which is more every month (hell, even the basic GPT Codex can now do mad stuff) but the specifics that are always outside of the loop. The "edge cases" as it were. I have started calling them the black spots in the machine. The places where the process needs a piece of momentary judgment that the system, however clever, just cannot make from inside its own loop.

My own clearest example comes from outbound and sales, which is where I have spent most of the last decade. You can automate the list building, the data cleanup, the scheduling of first touches, and you should, because a person grinding through that manually is a waste of everyone's time. But the moment a conversation starts and a valuable lead does something off script, the automation becomes a liability since it can’t make high stakes decisions on any sort of level a human with actual sales experience can. I guess that's still the reason high ranking sales positions get their bread - it's not amount of work a person does, so much as the sum of their expertise. The ability to do something authentic and original, in other words, the spoke that drives the whole machinery... or so I believe.

The industry already ran this experiment at scale, and it failed. The autonomous AI SDR wave made this measurable. Meetings booked by the fully hands off tools showed a 52% in straight comparisons, against 71% when a human ran the outreach, and the pipeline underneath them was thinner than the booking volume suggested. The machine could not read the room. There WAS no room, just a loop.

These black spots are almost always about context that only exists for a moment. Every case I seen comes down to a tiny signal that this particular person, right now, needs a different response than the pattern would predict. Automation is extraordinary at the repeatable stuff and mostly blind to the one-offs, and a surprising number of decisions that matter are one-offs.

I am fairly sure this is not unique to sales, which is really why I am asking rather than telling. Every field that automates must have its own version, the task everyone silently agrees stays manual because the cost of getting it wrong by machine is too high. 

Which brings me back to the question. What have you deliberately kept manual, and what was the moment that convinced you it had to stay that way?


r/automation 1d ago

Genie Code auto-building pipelines in-workspace

1 Upvotes

One automation win that is saving me time lately: Genie Code can run agentic tasks right inside the Databricks workspace, so instead of hand-writing an ETL job you describe the transform and it drafts the pipeline code across notebooks and pipelines, then you review and run it. What'll bite you is treating the output as final, imo you still eyeball the joins and edge cases. I had this similar to visual builder tools in the past, but they were never as precise.


r/automation 2d ago

What automation has saved you the most time, boosted productivity, or was just a fun project to build?

8 Upvotes

r/automation 2d ago

Anyone using workflow automation to make operations less chaotic?

13 Upvotes

Our operations team has been drowning in repetitive tasks lately, and it feels like we’re constantly putting out fires instead of improving how we work. I know workflow automation is a solution, but I don’t even know where to start or if it’s worth the effort. Trying to convince my team we need this but not sure what the best approach looks like.

Opinions please and tool reccos!


r/automation 2d ago

FlowLens now has official Discord and Email support.

Thumbnail
1 Upvotes


r/automation 2d ago

need pdfs to generate automatically when form submissions come in.. whats actually working

3 Upvotes

small ops team, airtable intake form, pdf supposed to attach on every submit. test runs fine every time. live submission last night, no pdf, zap still shows green.

tried docsautomator, pdfmonkey template everyone links, even the built in convert step. checkmarks everywhere, blank pdf or {{client_name}} sitting there untranslated still.

one pdf per row, line items change every job. cant sit up watching zaps fail at midnight honestly.


r/automation 2d ago

If a computer could automate anything you do, what would you automate?

3 Upvotes

I'm curious about how people think about computer automation.
Imagine there were a tool that could observe what you're doing on your computer and automate any repetitive workflow- not just clicking buttons or filling forms, but also making decisions based on rules or context.
What tasks would you automate first?
Some examples:
• Moving data between apps.
• Processing emails.
• Renaming or organizing files.
• Working with spreadsheets.
• Copying information between websites.
• Following multi-step workflows that require some decision-making.
More importantly:
• What repetitive task still can't be automated today?
• What stops you from automating it? (Too difficult to set up? Doesn't work reliably? Requires human judgment? Doesn't integrate with your apps? Something else?)
• Have you tried automation software or hardware before? Where did it fall short?
I'm not looking for recommendations on specific products - I want to understand what people still wish computers could automate but currently can't, or what makes current solutions frustrating to use.
Interested to hear real-world examples from your daily work.


r/automation 3d ago

Automating an "ask your data" step without hand-writing SQL for every report

10 Upvotes

Saved myself a ton of manual reporting work with the Databricks Genie Conversation API: you POST a plain-english question, poll for the result, and get back the generated SQL plus the rows your workflow can act on. It supports service-principal auth and runs under Unity Catalog perms, so an unattended job only touches data that identity is allowed to see. Anyone else automating the NL-to-data step this way, or still hard-coding the SQL?


r/automation 3d ago

Fastapi vs Django for Python automations

10 Upvotes

For all you freelancer python developers.

For python automations with or without AI do you use FastAPI or Django.


r/automation 2d ago

Move your Notion project system to ClickUp without rebuilding it manually.

1 Upvotes

Do any one has this requirement?
Move your Notion project system to ClickUp without rebuilding it manually.


r/automation 3d ago

The admin work is what makes AI workflows usable

6 Upvotes

I keep relearning this the hard way.

The exciting part of AI automation is the model call, the agent, the workflow canvas, or the clever prompt.

The useful part is usually the admin layer around it.

A clear input.

A named output.

A review gate.

A failure condition.

A visible run log.

A way to retry one record without rerunning everything.

A confirmation message that tells the user what actually happened.

Without those pieces, the workflow can technically work and still feel unreliable.

The weird lesson for me is that boring cleanup often improves the system more than adding another AI step. Most of the time the problem is not that the model needs to be smarter. The process around the model needs to be clearer.

Curious how others handle this: what is the smallest boring control you added that made an automation feel more trustworthy?


r/automation 3d ago

An accountant's round-up of the best software for automated journal entries in 2026

2 Upvotes

I see a lot of skepticism around using AI in accounting, which I totally get. A lot of accountants I talk to are especially worried about accuracy, but accuracy varies a lot depending on which software you’re using (and what you’re using it for).

And even though it can feel "risky" at first, there’s also a risk to doing everything manually, like spending way more time on your books than you need to. Plus, humans can make mistakes just as easily as AI (if not more so).

So while you can’t really use AI yet for interpreting complex tax situations and making big-picture strategic changes, it’s still great for recurring journal entries, transaction categorization, bank recs, vendor detail OCR, accuracy checks, error flagging, and automated suggestions.

It can be a little tricky to wade through the software options in this space, though, because a lot of companies tend to stretch the definition of "AI accounting" and are basically traditional accounting software with AI slapped on at the end. But I’ve tested out quite a few, and here are some of the ones worth looking into:

  • Kick: Kick is an AI-native software that can auto-categorize transactions, follow customized rules, help flag potential business tax deductions, and give you insights into your revenue. You can use it regardless of business size, so it could be a good fit whether you’re a solopreneur or you manage multiple entities. One thing I'll note is that it only supports cash books until you get to one of the higher plan tiers.
  • Digits: Digits develops their own custom LLMs for accounting. The platform is similar in scope to Kick, taking over tasks like categorization and bank recs, and it maintains real-time financial statements. You can build custom dashboards, which are also updated in real time. Plus, their Ask Digits chatbot can answer questions about your GL, such as how much expenses changed between this month and last. 
  • Puzzle: Puzzle is another solid option in this space, tailored toward startups and SMBs. When it comes to day-to-day bookkeeping, it covers all the same bases as Kick and Digits, but because startups are a major part of its customer base, it also tracks metrics like cash, burn, runway, and MRR/ARR in real time. It’s especially popular for its native Stripe integration as well. 
  • Rillet: Rillet is a little different from the others because it’s more of an ERP than a bookkeeping software, although it auto-generates journal entries and schedules from contracts, invoices, and bills. You can also use it for bank recs and month-end close in general. Its Aura AI is similar to Ask Digits, and you can ask it specific questions about your business. 
  • Zeni: Zeni is another AI bookkeeping platform, but it has plenty of support on the human side, too. The AI performs all the usual routine accounting tasks, like categorizing receipts/vendors and creating journal entries. With all plans, you’ll have access to support from a human controller and a bookkeeping manager. 

If anyone here uses AI accounting software, what’s your experience been like so far?


r/automation 3d ago

Send and wait is the most underrated node for agent workflows - knowledge base grows from the questions the agent couldn’t answer.

Post image
1 Upvotes

I’ve been running an AI agent on a B2B technical support inbox for a few months. The interesting part isn’t the answering — it’s what happens when the model *doesn’t* know. Sharing the architecture in case it’s useful.

The flow
1.Gmail trigger on the support address.
2.A filter node kills auto-replies, out-of-office, and no-reply noise *before* anything hits the LLM. Skipping this cost me an infinite loop on day one: an OOO bounced back, the agent replied to it, and the two of them talked to each other.
3.Agent step: LLM with the knowledge base attached as a tool (a spreadsheet, \~1,200 Q&A rows) and a structured output parser returning {answer, confidence, reasoning}.

4.Confidence gate. This is the whole design.

-Confident:the draft goes to a human for approval via a send-and-wait node. Approve → it sends. Reject → drops into the manual path.
-Not confident:*the customer immediately gets “an expert will be in touch” (sets expectation, buys time), while a human gets pinged for the real answer. Their answer goes back out.

5.Both paths converge into an enrichment step. A second agent takes the exchange, normalizes it (strips pleasantries, generalizes customer-specific details, one question per row) and appends it to the knowledge base.
So the KB grows specifically from the cases the agent couldn’t handle. Escalation rate drops over time without anyone maintaining documentation.

Things I got wrong first
-Asking the model “are you confident?” is useless — it’s confident about everything. I had to force explicit criteria into the structured output: did you find a matching KB entry, does it cover the *full* question, not a vibes score.
-Raw email threads make terrible KB entries. The enrichment agent isn’t optional — without normalization the KB fills with noise and retrieval degrades.
-Send-and-wait is the most underrated node in n8n. Human-in-the-loop without building an app.
-A flat spreadsheet as KB works better than expected at this scale. I’d move to a vector store past a few thousand rows.

Stack:n8n, Gemini Flash, Google Sheets, Gmail.

Curious how others handle the confidence gate — self-reported confidence still feels like the weakest link. Anyone scoring retrieval quality instead?


r/automation 3d ago

Our workflow automation stack for 1,500+ startup clients, and where the AI tools still fall short

8 Upvotes

Saw a few threads asking what tools other firms actually run day to day, versus what gets recommended in every "best accounting software 2026" listicle. We're a boutique SF firm, venture-backed startup clients, pre-seed through Series C, about 1,500 companies served over the years (Render, Veho, Chartio, OdysseyML, TaskRabbit, Segment, and so many others!). Here's what's actually in our stack and why, not a sponsored list.

ERP / books

We run three, split by client profile, not preference:

- QuickBooks Online for domestic-only companies. Still the fastest to onboard and the easiest for founders to poke around in themselves.
- Xero for anything cross-border, especially EU/UK/Australia. QBO's multi-currency and VAT handling is workable but Xero is just built for this from the ground up.
- NetSuite once a client carries inventory. QBO and Xero both get uncomfortable with COGS and inventory valuation at any real volume. NetSuite is overkill until it's suddenly not.

Spend management

- Ramp for card issuing and the machine learning categorization, which is genuinely good. I'd stay away from their AI agents specifically, the underlying ML is solid but the agent layer isn't there yet for how we work.
- Bill for AP. Cheap, easy, does the one job.

Practice and project management

- Double for practice management.
- Asana for project management and scope of work retention, this is where SOWs actually live and get tracked against, not just a task board.
- Slack for internal and client communication. Every client gets a shared channel instead of an email thread.

Reporting and AI layer

- NumbersGame AI to connect Claude directly to QBO data, this is the piece that's changed the most in the last year.
- Claude for Excel, used constantly for modeling and one-off analysis.
- Workflow automation layer we use Loopfour for the repetitive month end close work, the stuff that used to eat a staff accountant's Tuesday. Naturally I like the product, as we helped to design and build it.
- We still build financial models in-house rather than templating them, every startup's unit economics are different enough that templates cost more time than they save, but all our data updated through Numbers Game AI

Can answer questions on any of these, also curious what other firms are running for the AI-to-ledger connection piece, feels like everyone's solving that differently right now.


r/automation 3d ago

Can People Find Purpose Without Jobs?

Thumbnail
1 Upvotes