Building API route - Next.js + ConvertKit

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • Learn how to create Next.js API endpoint to subscribe user to a ConvertKit form.
    Next.js 101 - Free Online Course
    ihatetomatoes-...
  • НаукаНаука

Комментарии • 2

  • @th0mas.p4ttz
    @th0mas.p4ttz 3 года назад +1

    Great tutorial! It's exactly what I was looking for. However, I keep getting a email=undefined response from my api ? Any ideas? Many Thanks :)

    • @sujoykrhaldar
      @sujoykrhaldar 3 года назад

      check you use "email" as your input field name or not, like I use "Email" as my name and use "/api/subscribe?email=${Email}" !!!