Im trying to figure out how to get formdata to connect to an external api. The client fill in the form with name, e-mail, date of birth, and the prefered date and time for a phone therapy session. Also the client make the payments in the form.
I want to taket that information and connect it to a google calendar.
I also want to take that information and send it to Viatel, wich is a payment service for phonecalls and messegas. the do have an api.
Hi Morgan. There are quite a few ways to do that. The easiest is with our Webhooks add-on (requires an Elite license):
Another way is to use Zapier (or Zapier add-on is available to Pro or Elite license holders):
Once you have that add-on, you can look for a Zap to send the data to your external API:
Another way is to use this third-party plugin:
One more way: your own PHP code and the gform_after_submission hook:
Finally, there are some plugins created for specific integrations, like this one for Excel:
That is not specifically what you are looking for, but if you search online for Gravity Forms and your service you might find a purpose built plugin that will meet your needs.
If you have any other questions, please let us know.
Thanks for your answer. I will look in to your suggestions and se what i come up with. Do you have any custom coding service if i need help to accomplish this?
If you would like to look into this further on your own, I recommend enabling logging, then testing the form with one of those add-ons to see what is going on:
If you contact support they should be able to help point you in the right direction. We can’t help configure connections to third party APIs but we can help you pinpoint where the error is occurring.