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
53 1 25

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?