Latenode

Automatically send real-time SMS updates from Mojo CRM to SimpleTexting

This template uses a Latenode webhook as the Mojo intake: configure Mojo to post new activities to that URL.

JavaScript filters activity types, builds a short SMS, then calls SimpleTexting with your SimpleTexting API key in that node, or uses an HTTP request. If Mojo cannot post, poll on a schedule with the Mojo API key in JavaScript.

Updated Sep 16, 2026Est. run: 7sEst. cost: $0.0004
How Latenode estimates time and cost

Latenode bills workflow runtime in CPU seconds. The first 10,000 CPU seconds are free each month, then usage follows pay-as-you-go CPU-second pricing. Plug-and-Play (PnP) AI nodes are billed separately—each PnP token is $1 USD, charged pay-as-you-go at vendor cost plus a small processing fee, with no API keys required.

Full pricing — how CPU seconds work →

Workflow preview

What this template does

  • Texts someone when Mojo records a chosen activity
  • Takes Mojo activities in on a Latenode webhook
  • Sends SMS from JavaScript with the SimpleTexting API key in that node
  • Keeps vendor API keys in those nodes

How it works

1
Trigger

Receive the Mojo activity

The scenario starts when Mojo posts a new activity to a Latenode webhook. If you poll instead, run on a schedule and call the Mojo API from JavaScript with the Mojo API key in that node.

2
Logic

Keep only SMS-worthy activities

JavaScript drops activity types you do not want to text.

3
Logic

Compose the SMS

JavaScript builds a short message from activity type, contact name, and phone.

4
Action

Send via SimpleTexting

JavaScript or an HTTP request sends the SMS through SimpleTexting. Put the SimpleTexting API key in that node.

Setup guide

1

Point Mojo at the webhook

Add a webhook trigger. In Mojo, send new-activity notifications to that URL.

2

Filter and format

Add JavaScript to keep only the activity types you want and to build the SMS body plus destination number from the payload.

3

Call SimpleTexting

In JavaScript or an HTTP request, send the message through SimpleTexting’s SMS API. Store the SimpleTexting API key in that node. Confirm the send-SMS path against SimpleTexting’s current docs.

Requirements

Mojo able to post activities to a webhook, or a Mojo API key for polling in JavaScript
A SimpleTexting API key stored in the JavaScript or HTTP node
A destination phone number on the activity or in your mapping

FAQ

Common questions about this template

Each run uses credits on your Latenode plan. We charge for processing time (1 credit = 30 seconds). Your actual cost depends on your plan and how long the run takes. See pricing plans for plans and how credits work.