Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: I need the Customer Login Webhook. Is it possible?

I need the Customer Login Webhook. Is it possible?

David183
Shopify Partner
2 0 7

I have a scenario in app where i need to do something after customer login in my shop. Can I have something like customer login webhook?

Replies 5 (5)

dweebs
Shopify Partner
1 0 0

Hey dude, any luck on this? I too am lost on this. Cheers!


@David183 wrote:

I have a scenario in app where i need to do something after customer login in my shop. Can I have something like customer login webhook?



DavidCominity
Shopify Partner
1 0 0

Me too!

angelo-fs
Shopify Partner
10 0 0

any luck on this one?

evaldas_92
Shopify Partner
65 2 28

Maybe you could add a script which checks if page referrer was /login? If so, customer just logged in, right?

 

<script>

 

Console.Log( document.referrer );

 

</script>

 

Then you could submit a request to your app via app proxy.

guimei
Shopify Partner
18 0 5

Do you find some way to resolve?