functions.netlify.com icon indicating copy to clipboard operation
functions.netlify.com copied to clipboard

Double opt-in newsletters subscriptions with Netlify + Airtable + Vero

Open chexton opened this issue 2 years ago • 0 comments

Summary

We built a function example that:

  • Uses Netlify forms to capture new subscribers.
  • Stores those subscribers in and Airtable table.
  • Generates a secure, encrypted "confirmation URL" for double opt-in.
  • Sends that token via Vero Workflows to the subscriber.
  • Uses a function to verify the confirmation from the subscribers.
  • Stores confirmed subscribers in a second Airtable table.
  • The resultant table plays nicely with Vero Newsletters.

This example pulls together several components into a current, workable version that we think others would find useful.

Checklist

Please provide the following with your example:

  • Title: Double opt-in newsletter subscriptions with Netlify Forms + Airtable + Vero
  • URL to source: https://github.com/getvero/newsletter-subscribers-demo
  • URL to blog post: https://www.getvero.com/resources/newsletter-subscriptions-with-netlify-forms-airtable-vero-newsletters/
  • Suggested tags: airtable, vero, email, forms

chexton avatar Aug 16 '21 04:08 chexton