• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Capturing Coded Form Data and Sending SMS Alerts via Pabbly Connect

webdevvicky

Member
I'm using a custom-coded contact form on my WordPress website (theme: WP Residence) and want to capture form submission data and send an SMS notification using SMS Alert. How can I integrate Pabbly Connect with my website to achieve this? I need detailed instructions, including how to set up the webhook and configure the SMS Alert integration.
 

Luv

Member
Staff member
Hey @webdevvicky

We do have the integration of both WordPress and SMS alert on Pabbly Connect. Kindly let us know if your form supports webhooks. If it does, you can normally use Webhooks or WordPress in your trigger step to capture the form response. Kindly refer to the video below for the same


Further, you can set up your action step for sending SMS through "SMS Alert"

Kindly check our integrations page for SMS alert - https://www.pabbly.com/connect/integrations/sms-alert/

Please set up your workflow and let us know if you encounter any issues.
 

webdevvicky

Member
I'm using a custom-built contact form (HTML/PHP) on my WordPress website (theme: WP Residence). I want to capture form submission data and send SMS notifications using SMS Alert. How can I integrate Pabbly Connect to achieve this? I'm specifically interested in using Pabbly Connect to capture data from my coded form, not from WordPress-specific form plugins or post/user data.
 

Fagun Shah

Well-known member
You need to send data to pabbly webhook by making a HTTP POST request to pabbly webhook url ,on form submit event. How to do that depends on your development skills.
 

Luv

Member
Staff member
Hey @webdevvicky

You can do that if in case your form supports webhook. You can then capture the responses and send and SMS for the same.
 
Top