Handling client data safely: a builder's checklist for Israel
What to collect, where it may go, who can see it and how long it's kept, plus the Israeli privacy basics to know before touching a client's customer data.
4 min read Reviewed 22 September 2026 · AgeBridge Editorial

Handling client data safely comes down to five questions answered before anything is connected: what is collected, where it goes, who can see it, how long it is kept, and what happens if it leaks. In Israel, personal data is covered by the Privacy Protection Law and its security regulations, and the Privacy Protection Authority publishes guidance builders should read. This checklist is editorial, not legal advice; it exists so that a first automation doesn't quietly become a privacy problem for a small business that trusted you.
Why does this matter for a small automation?
Because the automation touches exactly the data that is regulated: names, phone numbers, health hints in a clinic's messages, payment details in an invoice flow. A lead-reply bot processes personal data on every run. The business owner is responsible for it and usually doesn't know what the automation does with it. You do, so the choices are yours to make well.
- What is collected?: Only fields the task needs
- Where does it go?: Which vendors, which countries
- Who can see it?: Access per person, not shared logins
- How long is it kept?: Logs and copies included
- What if it leaks?: Who is told, how fast
Question 1: what is collected?
Map the fields the automation touches. Then remove every one the task doesn't need. A reminder needs a first name, a phone number and an appointment time; it does not need the reason for the visit. Minimisation is the cheapest control there is.
Question 2: where does it go?
List every system the data passes through: the form vendor, the workflow tool, the AI model provider, the messaging provider, any sheet. For each, note the company and where it stores data. Sending text to an AI model is sending data to a processor; check the provider's data-use terms and prefer settings that exclude your inputs from training. Prefer providers with clear data-processing terms, and tell the client in plain words which vendors are involved.
Question 3: who can see it?
No shared logins. Each person with access has their own account and only the access they need. Your own access should be removable in one step when the project ends; put that in the hand-over. Logs are data too: a workflow that logs full messages has copied the data somewhere else.
Question 4: how long is it kept?
Set retention deliberately: run history in the workflow tool, copies in sheets, transcripts in logs. Delete what the task no longer needs. "Forever" is a decision, and usually the wrong one.
Question 5: what if it leaks?
Agree in advance who tells whom, and how fast, if credentials leak or a message goes to the wrong person. The regulations set obligations for the business; your job is to make sure the owner can act within them, which means they need to know within hours, not weeks.
Israel-specific basics
| Topic | What to know |
|---|---|
| The law | The Privacy Protection Law and the Data Security Regulations apply to databases of personal data; obligations scale with sensitivity and size. |
| Sensitive data | Health, financial and similar categories carry stricter duties. Clinics and financial services are not "just another niche". |
| Databases | Some databases must be registered or documented; the Authority's guidance explains when. |
| Marketing messages | Sending commercial messages has its own rules (consent, opt-out). WhatsApp templates and reminders must follow both the law and the platform's policy. |
| The Authority | Publishes guidance, FAQs and enforcement decisions; read the current versions before a sensitive project. |
Treat this table as a map of what to read, not as the rules themselves; they change and a lawyer should confirm anything that matters.
The AI-specific risks
The OWASP list for LLM applications names the ones that hit automations: prompt injection through customer messages, leaking data from one conversation into another, and over-broad tool permissions. Practical defences: never let customer text change the automation's instructions, keep each run's context separate, and give the model only the actions the task needs, with a person approving anything irreversible.
Best fit and not a good fit
Best fit: every builder before their first project with customer data, and especially those working with clinics, finance or HR. Not a good fit: as a substitute for legal advice on a sensitive database; use it to ask the right questions, then ask a lawyer.
What to do this week
Run your current project through the five questions and write the answers on one page. Give it to the client. If any answer is "I don't know", that's the task before the next feature.
Questions people ask
Does sending customer data to an AI model count as sharing it?
Yes. The model provider is a processor of that data. Check their data-use terms, prefer settings that exclude training, and send only what the task needs.
Is this legal advice?
No. It is an editorial checklist. Israel's Privacy Protection Law and its regulations apply to personal data, and the Privacy Protection Authority publishes guidance; involve a lawyer for anything sensitive.
What is the single most important habit?
Minimisation: don't collect, store or send fields the automation doesn't need. Most risk disappears with the data you never touched.
Sources
- Privacy Protection Authority · gov.il · 2026-06-01
- OpenAI: safety best practices · OpenAI · 2026-06-01
- OWASP Top 10 for LLM applications · OWASP · 2026-01-01
Editorial guidance, not advice. Estimates are labelled and dated; nothing here is AgeBridge marketplace data unless it says so.
Build it step by step with a guided build
Real projects, one stage at a time, with proof at the end.
See guided buildsRelated guides

Human-in-the-loop design: approval steps clients trust
Where a person belongs in an automation: money, commitments, medical or legal content, anything irreversible. Three approval patterns that stay fast.
3 min read · 22 September 2026

Maintenance and support plans for automations: what to include
Automations break quietly. A support plan that keeps clients: monitoring, a response time, a change budget, a monthly note, and what is extra.
3 min read · 22 September 2026

Testing an AI agent before hand-over: an evaluation checklist
A test set of real-shaped inputs, the failure cases to try on purpose, what to measure, and the sign-off a client can read before an agent goes live.
3 min read · 22 September 2026