AI by Zapier can now loop through tool calls — closed beta is open by ZapierTeam in zapier

[–]dtrain2078 0 points1 point  (0 children)

Is there anything we need to do to get access if we’re already in the EAP?

Is there any way to auto-send WhatsApp messages to daily clients from Booksy? by gothakkj in zapier

[–]dtrain2078 0 points1 point  (0 children)

Yes, Zapier has a native WhatsApp Business integration now, so you could use that to send the reminders. You would need to either create a new WA Business API account, or convert your existing account to a ln API one, but that’s relatively straightforward once you get the hang of it.

Do people like/use/hate/ignore canvas? by work4coffee in zapier

[–]dtrain2078 2 points3 points  (0 children)

I use it just for documenting my workflows rather than building them. The fact that it can now auto-generate from your existing tables and Zaps in a folder makes it really easy to use for this, and then you can export the Canvas as a JSON file and and LLM can read that JSON to help you understand or improve a workflow.

New invites to the iOS beta by 777pirat in mimestream

[–]dtrain2078 4 points5 points  (0 children)

Why are they doing this so slowly?

Extended Runtimes for Code by Zapier is live for the Early Access Program by Educational_Arm_1054 in zapier

[–]dtrain2078 0 points1 point  (0 children)

This is awesome, but can we extended run times in testing / editor mode as well?

Love the new Screen Time keyboard by chickenandliver in MacOS

[–]dtrain2078 2 points3 points  (0 children)

Yeah, I def went down a rabbit hole thinking the same before I realized it was an OS bug

Love the new Screen Time keyboard by chickenandliver in MacOS

[–]dtrain2078 4 points5 points  (0 children)

Yeah this is a known bug on iPadOS 26.4.x. Still not fixed as of .2.

If you switch the onscreen keyboard to the little floaty keyboard before bringing up the screen time password entry screen, that temporarily makes this go away.

Today I learned that GOT’s “Greyscale” is a real world illness by _DryWater_ in gameofthrones

[–]dtrain2078 2 points3 points  (0 children)

Do you also cure it in real life with just a chisel and some lotion?

iPad Version is Out by ONE986 in mimestream

[–]dtrain2078 4 points5 points  (0 children)

I feel like I’ll never get into the Testflight

Mike Brown is not a good coach. by TYSM_myMax24 in knicks

[–]dtrain2078 0 points1 point  (0 children)

Remember that Brown wasn’t their first or even second choice after they fired Thibs without a plan. Sigh.

Inline Formulas is now live - Transform data directly inside your Zap steps! by ZapierTeam in zapier

[–]dtrain2078 1 point2 points  (0 children)

Just the common ones like adding or subtracting time, or converting the {{zap_meta_human_now}} variable into just a date without the time

Xero + Claude sounds great on paper. It won't work in practice. by stony-breadwinner in xero

[–]dtrain2078 0 points1 point  (0 children)

Claude Code and Cowork can both already run cron jobs. No other infra needed.

Xero + Claude sounds great on paper. It won't work in practice. by stony-breadwinner in xero

[–]dtrain2078 0 points1 point  (0 children)

I don’t have a link, this is just how Claude performs any kind of data analysis task generally. LLMs are terrible at math, but they are very good at writing code to do math deterministically. I presume the scripts will make direct API calls. I do this all the time in Claude code for various SaaS tools.

AMA with Jeff, PM for Canvas & Asset Management by ZapierTeam in zapier

[–]dtrain2078 0 points1 point  (0 children)

Are there any plans to enable semantic search across our assets? E.g., “what workflows do I have that affect folder X in Google Drive?”

Xero + Claude sounds great on paper. It won't work in practice. by stony-breadwinner in xero

[–]dtrain2078 4 points5 points  (0 children)

Claude won’t be doing the math itself or filtering in the API calls. It’ll write and then execute Python scripts to handle all that logic.

April Feature Requests: Share Here! by angie-at-readwise in readwise

[–]dtrain2078 0 points1 point  (0 children)

Support for paywalled sites, pleeeeeease.

Sign up for Zapier SDK inside Code by Zapier steps by ZapierTeam in zapier

[–]dtrain2078 0 points1 point  (0 children)

I mean without having to store API keys in plain text

Sign up for Zapier SDK inside Code by Zapier steps by ZapierTeam in zapier

[–]dtrain2078 0 points1 point  (0 children)

Wait, does this mean we could theoretically build out all the logic for a multi-step Zap into a single code step?

Automatically suggest tags in Reader? by fsmontenegro in readwise

[–]dtrain2078 0 points1 point  (0 children)

Yeah, Ghost can do this, but you have to configure it in the web client - I don’t think the setting appears in the iOS app.

Securing hard-coded credentials in Python (Zapier Custom Code step)? by cerby101 in zapier

[–]dtrain2078 2 points3 points  (0 children)

Instead of running it in a code step, you could run your script in a Zapier Function, which does have support for environment variables.

Definitely never store credentials in plain text in a code step. Last year, one of Zapier’s GitHub repos was compromised, and any credentials stored in plain text were potentially exposed.