#matrix-zapier-webhook

1 messages · Page 1 of 1 (latest)

wise wraith
#

@opaque lava you should be able to add a Connect webhook endpoint with a Zapier URL

opaque lava
#

ok so before doing that, can i explain what is my problem?

wise wraith
#

sure

opaque lava
#

when I use zapier and listen for 'customer.subscription.created', it seems i am able to get the customer email and name

#

however when I create a webhook myself, I cant see that information

#

I can get customer_id, product_id, etc but not the names or email

#

i must say can see the info in zapier when i am doing destination charges

#

while now I am doing direct charges

wise wraith
#

the Subscription API does not have a customer email or name so it'd never be possible unless you write code to retrieve the customer information

opaque lava
#

well it is available in zapier, not sure why but it is there

#

these are the data available in zapier for that event

#

do you mean that zapier is doing something to make the customer email available in the customer.subscription.created event?

wise wraith
#

yes they likely do, because it's not in our API

#

maybe they go and fetch the customer associated with the email?

#

the problem is the event happens on the connected account and Zapier can't go and access that information on your behalf

opaque lava
#

ok. i see, thanks

#

is there any event that has the customer email in it as well as the product purchased??

wise wraith
#

no there isn't

opaque lava
#

invoice paid seems to have it