Skip to main content

Hello, is it possible to set up a trigger when a clients info is updated on Chargedesk? For example:

Client A imputed a wrong tax id number or firm name, and when we manually update their tax id number i want to have a trigger to also update the info in the metadata on Stripe.

Hey @LeadsFactory ,

 

Yes it is possible. I cannot see Chargedesk on the app directory, so you can make custom webhook call to do this. There is a webhook event on customer_updated

 

Here is the link to Webhook docs on ChargeDesk website - https://chargedesk.com/help/settings/webhooks

 

To learn how to use Webhooks by Zapier visit here https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks


Hey @LeadsFactory ,

 

Yes it is possible. I cannot see Chargedesk on the app directory, so you can make custom webhook call to do this. There is a webhook event on customer_updated

 

Here is the link to Webhook docs on ChargeDesk website - https://chargedesk.com/help/settings/webhooks

 

To learn how to use Webhooks by Zapier visit here https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks

Thank you so much for the info! Will get right on it!!!