Back to Automation Platforms

Integrate AI chatbots with Cellcast™ SMS Messaging & Mobile Marketing

The all-in-one SMS & MMS messaging platform, communicate with your customers through video, images or plain text.


Overview

Cellcast is a leading provider of SMS and MMS messaging solutions, specializing in mobile marketing and communication services.

Founded in 2014 and based in Melbourne, Australia, the company offers user-friendly platforms for sending and receiving messages, with a focus on security and reliability.

Their services cater to enterprises, agencies, and businesses, enabling them to enhance customer engagement through advanced messaging features and analytics.

Integration Guide

Step-by-Step Guide to Create a Webhook in Cellcast

  1. Prepare Your Webhook Receiver:

    • Create a PHP file (e.g., dedicatedNumberReply.php) on your web server to handle incoming SMS messages. This file will process the HTTP POST requests sent by Cellcast.
  2. Log into Your Cellcast Account:

    • Go to the Cellcast website and log in to your account.
  3. Access API Settings:

    • Click on API Connect in the side navigation menu.
    • Select Inbound SMS Settings.
  4. Enter Your Webhook URL:

    • In the Input Webhook URL field, enter the publicly accessible URL of your dedicatedNumberReply.php file.
  5. Update Settings:

    • Click on Update to save your changes.
  6. Test Your Webhook:

    • Send a test SMS to your Cellcast number to ensure that the webhook is receiving messages correctly.

Important Parameters Sent to Your Webhook

  • from: The mobile number of the sender.
  • body: The content of the received message.
  • received_at: The timestamp when the message was received.
  • message_id: Unique identifier for the inbound message.
  • custom_string: Any custom string value you may want to include.
  • type: Indicates whether the message is SMS or MMS.

Following these steps will allow you to set up a webhook to receive SMS messages in real-time.

Configure OpenAssistantGPT Webhook

Follow this guide to configure the OpenAssistantGPT webhook: Configure Webhook

Application Usefulness

The Cellcast application is highly useful for integrating with OpenAssistantGPT inquiries, particularly in managing user interactions through SMS and MMS messaging.

By utilizing Cellcast's API, OpenAssistantGPT can automate responses to user inquiries submitted via email forms, ensuring timely and efficient communication. This integration allows for seamless handling of user data, enabling personalized messaging based on user preferences and behaviors.

Furthermore, the webhook capabilities of Cellcast facilitate real-time data reception, allowing OpenAssistantGPT to respond dynamically to user inputs and enhance the overall user experience. This combination of automation, real-time interaction, and personalized messaging makes Cellcast an invaluable tool for improving the effectiveness of OpenAssistantGPT inquiries.