#matrix-zapier-webhook
1 messages · Page 1 of 1 (latest)
ok so before doing that, can i explain what is my problem?
sure
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
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
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?
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
ok. i see, thanks
is there any event that has the customer email in it as well as the product purchased??
no there isn't
invoice paid seems to have it