Hey team,
I run a subscription based community in Slack that’s tied to Stripe as the payment processor. I’d like to send the members automated messages if their subscription payment fails so they can fix it before they’re automatically removed.
So far I’ve got:
- Failed payment in Stripe
- Find User by email in Slack
- Send direct message in Slack
The test seems to be firing, but I’m not seeing anything when I go into Slack.
Any ideas?