Delay a trigger in Stripe, or update data after delay
I’m trying to create a zap with ‘New Invoice’ in Stripe as trigger. The problem is that the trigger is activated as soon as I add the customer, before finalizing the invoice. As a result, data such as the items, hosted invoice URL, invoice pdf is missing when the trigger runs, so I can’t use them in the Zap for the following actions.
Is there a way to delay after the trigger, and then have Zappier update the information from the trigger?
Page 1 / 1
Hey there @BullsMedia,
Just wanted to hop in here to make a suggestion on a possible way to get this working.
Looks like you are on the right track here! Since there isn’t a Search Invoice action in the Stripe integration, you can try using a Webhooks by Zapier GET step to retrieve the invoice using the Invoice ID from the trigger.
Stripe’s API docs on retrieving an Invoice should help with setting up the webhook step: