#gisho_02527

1 messages · Page 1 of 1 (latest)

timber swiftBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

plush leaf
#

When you say "trigger a webhook" what do you mean?

When you setup a webhook endpoint in the dashboard or API to listen for a specific event, anytime one of those events occurs it automatically gets sent to your endpoint.

weak dust
#

So we want to send emails on our app

#

when a subscriptions is charged

#

Can I use a webhook to listen to that condition as an event

plush leaf
weak dust
#

perfect thanks

#

one question

#

new to web hooks, how do I determine the endpoint url

plush leaf
#

That's where you're route is set up to listen for events. So if you define a /webhooks route in your code, you'd expect to be able to send webhooks to www.somewebsite.com/webhooks

weak dust
#

okay perfect thanks!

#

which event exactly

#

indicates when a subscription sucessfully renews

#

or is created

#

indicating the payment was successfull as well

plush leaf