Back to blog
Article

How to receive Twilio Messages in Zoho Creator? insight

How to receive Twilio Messages in Zoho Creator The Problem: You would like to post the incoming messages to Twilio into Zoho Creator form. Twilio allow specifying a webhook url to post the message data when an...

AorBorC field note / Last reviewed July 9, 2026

1m
Read time
Feb
Published
How to receive Twilio Messages in Zoho Creator?

How to receive Twilio Messages in Zoho Creator

The Problem:

You would like to post the incoming messages to Twilio into Zoho Creator form. Twilio allow specifying a webhook url to post the message data when an incoming sms is received. Is this possible? You do not want to use any intermediate php or any code?

The Answer:

Yes, it is possible.

Step 1: Create Form Fields To Receive Twilio Response

Check Twilio’s webhook response parameters and create field names with exact same names. Refer to https://www.twilio.com

Step 2: Set Up Webhook In Twilio To POST To Zoho Creator

Go to Twilio’s phone numbers page and set up Incoming message action to post to Zoho Creator. Refer to Zoho Creator REST API https://www.zoho.com/creator/help/api/rest-api/rest-api-add-records.html

Sample POST URL: https://creator.zoho.com/api/ownerName/json/appName/form/formName/record/add?authtoken=yourAuthToken&scope=creatorapi

Step 3: Setup Done. Send A Message

And you will see the message in your Zoho Creator Report.

Need Help?

Get in touch to discuss how we can help build, improve, or support your business systems.

Related Articles

July 7, 2026

Custom AI Assistants for Zoho: Audit Before You Automate

A practical guide to reviewing Zoho workflows before adding AI assistants, agents, and automation into live operations.

Read article

May 9, 2026

Why 2025 Is the Year of AI Agents

AI agents are graduating from demos to real business value. Here is what every leader needs to know about deploying autonomous AI in production.

Read article