You're seeing this page as if you were . The main menu is still yours, though. Exit from immersion
David DupontDD

David Dupont

Expert Automation Make & Airtable | SMEs & SMBs

€450/day
4 projects
Lyon, FR
8-15 years

Average response time: 4 hours

Freelancer profile translated to English.
Back to original language

About David

⚙️ No-Code & Product Builder Automation Expert | Make · Airtable · Lovable
Engineer • Certified RNCP Level 6 Product Builder • Make Partner Expert (top 1%)

I design systems that make your tools work for you, without coding, without friction, tailored to your business.

🎯 The 3 problems I solve for SMBs, SMEs, and freelancers:

1. Your business is scattered across 4 different tools
Prospects in Excel, follow-ups in your head, contracts by email, invoicing in another software...
→ I design your custom CRM with integrated automations: sales pipeline, alerts, real-time client tracking. Everything centralized + Zero manual input.

2. You lose hours on repetitive, low-value tasks
Quotes, follow-ups, reports, document reconciliation...
→ I build the automations that handle them for you. 4 to 10 hours recovered per week. 0 errors, 0 omissions.

3. Your tools don't exactly match your business
Too generic, too rigid, too expensive... and you adapt to them.
→ I design the custom interface that perfectly fits your business processes. Professional design, exact features, 10x lower cost than traditional development.

🔐 What sets me apart:
As an engineer and former DPO, I bring a rare dual requirement to every no-code project: analytical rigor to design reliable, well-architected systems that stand the test of time, and data mastery to integrate security + GDPR from the design phase.
Micro-enterprise with Professional Liability insurance.

⚡+50 projects: Make, Airtable, Lovable, Timetonic, n8n, Notion, SeaTable
🔗 Integrations: Pennylane, Stripe, Tiime, Google Workspace, Webhooks, REST API
🤖 AI: Claude, OpenAI, Mistral, Dust, AI Agents

My goal: less manual tasks, less mental load, more time for what truly drives your business forward.

👉 Send a message, I'll reply within the hour!
  • French

    Native or bilingual

  • English

    Fluent

  • Spanish

    Conversational

Remote only
Primarily works remotely

Experience

  • Cabinet FGA
    Automated WordPress Publishing Pipeline
    CONSULTING AND AUDITS
    June 2026 - June 2026
    Marseille, France
    👉 Client Problem:
    Penal law firm publishing 12 articles/month in a content acquisition SEO strategy. Formatting in WordPress consumed significant time without adding expert value:
    - Copy-pasting from Word to Gutenberg + manual custom blocks
    - Entering Yoast SEO meta tags article by article
    - Updating TimeTonic after each publication
    - Risks of errors on critical SEO elements

    Objective: automate publishing without impacting editorial production or legal review.

    👉 Solution:
    TimeTonic → n8n → WordPress Pipeline: a status change in
    TimeTonic triggers the creation of a scheduled draft compliant with the brand guidelines, without manual intervention.

    👉 Accomplishments:
    -Enrichment of the existing TimeTonic table
    - Native TimeTonic webhook on status change to “To Publish”
    - Conversion to Gutenberg blocks
    - Scheduled WordPress draft via REST API
    - Automatic Yoast meta tags via REST API + PHP snippet
    - Automatic update in TimeTonic
    - Conditional CREATE/UPDATE logic preserving SEO slug
    - Testing on real articles + FAQ schema validation (Google Rich Results)

    ✅ Delivered Results:
    - 0 copy-paste, 0 manual Yoast entry: publishing triggered from
    TimeTonic
    - Gutenberg format compliant with brand guidelines on first pass, with no possible SEO errors
    - TimeTonic automatically updated (URL, status, date) after each
    publication
    - Cluster logic preserved: the lawyer manages statuses and dates, the pipeline executes the order
    - Complete autonomy: documentation + onboarding session included

    ---
    Keywords: n8n, WordPress, automation, n8n automation, no-code, REST API, Gutenberg, Yoast SEO, TimeTonic
    n8n Automation WordPress REST API n8n Automation
  • Bpifrance Création
    Editorial Content Management and CMS Synchronization
    PRESS AND MEDIA
    May 2026 - June 2026 (1 month)
    Paris, France
    👉 Client Problem:
    Editorial management of the bpifrance-creation.fr website (~1,600 active content items) driven by a complex Excel file (8 heterogeneous tabs):
    - Lack of structured workflow and revision traceability
    - Difficult coordination between 11 team members and external service providers
    - No link to the Drupal CMS, website updates were not reflected in editorial tracking

    👉 Solution:
    Design and deployment of a SeaTable database with a revision workflow, profile-based interfaces, and automatic synchronization from Drupal.
    Architecture designed to:
    - Replace the Excel matrix with a reliable and scalable relational database
    - Formalize and automate the editorial workflow
    - Provide each stakeholder with an interface adapted to their role
    - Keep the database up-to-date from the CMS, without manual action

    👉 Technical Accomplishments:
    - Relational architecture with 6 tables
    - Modeling of 5 content types
    - 9-status workflow with automations (alerts, priority, review frequency)
    - Multi-profile dashboard: manager, writer, reviewer interfaces
    - Complete migration of Excel data (~1,600 content items, 8 tabs)
    - Drupal → SeaTable synchronization via asynchronous push and n8n

    ✅ Delivered Results:
    - End of multi-version spreadsheets → a single source of truth for the team
    - Each stakeholder accesses only their work queue, with the correct permissions
    - Operational revision workflow with tracked priorities, frequencies, and deadlines
    - Automatic data updates from Drupal, database always up-to-date without manual intervention
    - Database ready for reverse synchronization (SeaTable → Drupal) and future evolutions

    ---
    Keywords: SeaTable, No-code, Database, Data management, Excel migration, Automation, Python, Drupal
    SeaTable No code Automation Drupal Database
  • Bpifrance - Direction de la communication
    SeaTable / inwink Multi-Entity Synchronization (600 sessions, 1,000+ speakers)
    PRESS AND MEDIA
    May 2026 - June 2026 (1 month)
    Paris, France
    👉 Client Problem:
    Bpifrance manages the content for a major entrepreneurial event (600 sessions, 1,000+ speakers) from a SeaTable database built during a previous project: 7 relational tables, multi-stakeholder validation workflows, custom user interfaces per profile.

    This second project: automatically synchronize this database to inwink, the event management platform, across all entities.
    - Personal data (email, phone, photo) subject to RGPD constraints: no transit via third-party tools allowed
    - Risk of duplicates and desynchronization between the two systems
    - Teams without technical resources to manage the integration layer

    👉 Solution:
    Hybrid API integration architecture: native SeaTable Python scripts for personal data (RGPD compliance), n8n automation workflows for non-sensitive data. Triggered by button or automation depending on the context.

    👉 Accomplishments:
    - Design of the Python + n8n API integration architecture
    - 5 n8n workflows: rooms, tracks, partners, sessions, photo uploads
    - 2 Python scripts: speaker publication and unpublication (RGPD compliance)
    - Centralized log table, per-entity statuses, anti-duplicate protection
    - Upstream validation: email format, inwink credentials, conflicts
    - Hybrid triggering: button per record + automations on field modification
    - Production tests: publish/unpublish flow validated end-to-end

    ✅ Delivered Results:
    - 600 sessions and 1,000+ speakers synchronizable in real-time
    - Compliant personal data: zero transit via third-party tools
    - Zero manual re-entry for operational teams
    - Centralized logs: real-time visibility of successes and errors
    - System operational for scaling up (Oct 2026)

    ---
    Keywords: API integration, automation, Python, n8n automation, SeaTable, inwink, GDPR, no-code
    SeaTable n8n API Integration Automation n8n Automation

Reviews

5.0

Out of 3 ratings

A

Alexia

Cheffe d'entreprise - A3C Coaching, Formation & Emploi

Reviewed on 4/16/2026

David trained me on Apify to automate my B2B prospecting for my professional situation. He took the time to explain the general workings but also the points of vigilance and the good reflexes to adopt on Apify. I really appreciated his patience, his involvement, and his teaching skills. Thank you very much David.
P

Pieter

Automatisation de nos systèmes de communication - Le lotus bleu

Reviewed on 2/19/2026

David is very professional, attentive, and efficient. Thanks to his automations, we are much more responsive with our clients, and our messages are both professional and warm. It has removed significant friction from our daily lives, it's a real relief. I wouldn't hesitate to call on him again!

Recommendations

JL
CD
Florian LegrandFL
+1
Jérémy Leonard and 3 other people have recommended David

These freelancer profiles also match your criteria

AgathaA

Agatha Frydrych

Backend Java Software Engineer

4.7

(3)

2

BaptisteB

Baptiste Duhen

Fullstack developer

4.6

(4)

5

AmedA

Amed Hamou

Senior Lead Developer

4

(2)

7

AudreyA

Audrey Champion

Web developer

4.3

(3)

4

Education

  • Product Builder No-Code (RNCP Level 6 certification – Bachelor+4)
    Ecole Cube
    2025
    Première certification RNCP niveau 6 (équivalent BAC +4) reconnue par l'État pour le métier de Product Builder en France. Formation diplômante couvrant l'ensemble de l'écosystème No-Code et IA : conception et pilotage de projets, développement d'applications complètes, maîtrise des outils métier, automatisation des processus et conformité des projets. Programme Parcours intensif de 400h sur 9 semaines pour maîtriser les compétences clés du métier de Product Builder, à la croisée du produit, du digital et de l’automatisation. Apprentissage sur destechnologies d'avenir : Make.com, Airtable, Framer, Bubble, intelligence artificielle générative, automatisation des workflows et développement d'interfaces sur-mesure. Certification obtenue avec apprentissage pratique via projets concrets, challenges techniques et examens validant les compétences Product Builder recherchées par les entreprises.

Certifications

Skill set

Categories