Is there anyway to integrate the Twilio Click to Call function upon the form submission?
For example, when a user fills out the form and submits it to us it will call using the Twilio user credentials.
Thank you again.
Is there anyway to integrate the Twilio Click to Call function upon the form submission?
For example, when a user fills out the form and submits it to us it will call using the Twilio user credentials.
Thank you again.
Currently the Twilio Add-On only provides support for sending an SMS notification. It doesn't support click to call functionality. However, we do plan on enhancing the Twilio Add-On in the future with additional features and functionality.
The only option now would be to write your own customization to do this using the Twilio API and available Gravity Forms hooks and filters to integrate this functionality. It isn't a built in feature.
Thank you, Carl. Do you know of anyone familiar with twillio and gravity forms to code a script, by chance?
Thank you again.
Not offhand, but anyone with WordPress hook/filter development usage and PHP experience should be able to work on it. The Twilio API is well documented as are our hooks/filters in the developer documentation area of the Gravity Forms documentation. They can also reference our existing Add-Ons to see how they interact with Gravity Forms.