Come thrive with the Hiiv | beehiiv Community Icon

Setting Up Make Automation to Add Subscribers to Google Sheets

·
·

Does anyone know if it's possible to set up an automation with Make to add a new subscriber to a google sheet with their custom fields?

  • Avatar of J.D. D.
    J.D. D.
    ·
    ·

    These are the only ones I'm seeing as available

  • Avatar of Keyur P.
    Keyur P.
    ·
    ·

    Yes. you will need the webhook.

  • Avatar of Keyur P.
    Keyur P.
    ·
    ·
    1. 1.

      Create an end point in make and then go to beehiiv.

    2. 2.
    3. 3.

      Enter the endpoint URL and follow the prompt.

    4. 4.

      you will be given events type options, where you can choose the subscription.created/confirmed depending on your need.

    5. 5.

      Once done, send a test and go back to make.com and see the outcome.

  • Avatar of Keyur P.
    Keyur P.
    ·
    ·

    to get all values of the custom fields, you will need to add an extra step in the make scenario. You will have to use beehiiv module and use Get subscription by email or ID.

  • Avatar of Keyur P.
    Keyur P.
    ·
    ·

    and that will give you all custom fields that is there for the subscriber.

  • Avatar of J.D. D.
    J.D. D.
    ·
    ·

    Thank you, Keyur!