Integrate Stripe Payments into Airtable (using webhooks)

Поделиться
HTML-код
  • Опубликовано: 7 фев 2024
  • Hi Automators! Let's learn how to integrate payments and invoices from Stripe into Airtable by using webhooks. We'll also look at scripting in Airtable to format data according to our needs.
    Links:
    Stripe events: stripe.com/docs/api/events
    Weekly Newsletter: airletter.substack.com/
    Artable Scripting Course: airtable.com/appkftPsXAM2dpUw...
    DocsAutomator: docsautomator.co/
    Happy Automating!
    #stripe #automation #airtable #webhooks #webhook
  • НаукаНаука

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

  • @davidsmiththeaiguy
    @davidsmiththeaiguy 2 месяца назад +1

    Interesting video.
    Curious why you didn't use the now() function instead of creating a script to convert the Unix date

    • @rupertxyz
      @rupertxyz  2 месяца назад

      I'm not sure about this exact timestamp, but dates passed by an API can be in the past. Invoices paid late for instance. So this was to demonstrate how to convert a UNIX timestamp. If you're sure it's now, you can use now of course.