• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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.
 
D

Deleted member 15445

Guest
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.
 
D

Deleted member 15445

Guest
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