Hi
I have a website that allows a person to fill out a form and choose categories and based on the categories they select certain places will be contacted/email notification and it logs the contact in the places my account page. Is there a plugin or way to setup something that allows me to bill/charge or take credits from the places that have received notifications from the form?
You could use gform_after_email action to track the recipient and store/increment a counter on their user profile data. Assuming that you can customize whatever your payment system is to read that for the basis of pricing.
If you were aiming to use a separate Gravity Form that triggers monthly(?) to evaluate the users usage rate and generate the pricing info, Gravity Flow’s incoming webhook (to create the payment entry via a cron job) and then a payment add-on such as Stripe to provide the user with a payment step.