0
votes

I have installed GravityForm on my Wordpress, and the GravityForm Twilio addon. So I can easily send SMS from a web form and store the entries in my WordPress database.

My problem is that I have no SMS StatusCallback and I need it as a confirmation and attach it to the form entry.

It seems that it's possible (https://www.twilio.com/docs/sms/send-messages#monitor-the-status-of-your-message) but I have no idea if this is big work or just minutes.

1
@philnash is correct, is there a configuration file somewhere, where you can define the SMS callback URLs?Scuba Steve

1 Answers

0
votes

Twilio developer evangelist here.

It's possible to monitor the status of an SMS message with Twilio using a status callback URL, however the status callback URL needs to be set by the code that sends the message.

To add this to the Gravity Forms add on you would need to edit the code of the plugin as well as provide a URL for Twilio to make the callback to.

I've not worked with Gravity Forms before and I don't know whether it's possble to edit the add-ons. You might want to check with Gravity Forms support to see if it is possible or to raise a feature request to add status callbacks to the Twilio add-on.