• Resolved adamaco

    (@adamaco)


    I’m wondering if there is anyway to automatically pull a users dashboard information into airtable everytime a user signs up, or has updated their information?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Elías

    (@eliasgdj)

    You could do it with Integromat (now Make), creating or updating a record every time a users register or updates its information.

    Mahdi

    (@m4hd1bd)

    Hi @adamaco,

    You can try out what @eliasgdj suggested, it would be easier for you. Or if you’re familiar with the Airtable API (if they have any) and some PHP coding, you can use the ‘atbdp_user_registration_completed’ hook to get the ‘$user_id’ of the newly registered user and then use the ‘get_userdata($user_id)’ function to get the data like email. Later, you can feed the data to the Airtable API.

    Hope this helps, let me know if there’s anything else.

    Regards,
    Mahdi.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Airtable Intergration’ is closed to new replies.