Skip to main content

#SMS Message토론 중인 항목 0개

How can I send sms through salesforce with Free SMS APIs using Rest API callout. I know we can send using the salesforce product and some other tool available in the app exchange. #Salesforce Developer #SMS Message #Integration

댓글 3개
  1. 2025년 8월 21일 오전 4:49

    Yes, you can send SMS in Salesforce using free SMS APIs with REST API callouts, but there are some important considerations.

    How it works:

    • Create a Named Credential in Salesforce to securely store the API endpoint and authentication.
    • Use an Apex class with HttpRequest and HttpResponse to make the REST callout to the SMS provider’s API.
    • Trigger this Apex via a Flow, Process Builder, or directly from custom buttons/Lightning components.

    Things to watch out for:

    • Many “free” SMS APIs are limited (low daily quota, branding in the message, or no delivery receipts).
    • Be mindful of compliance – especially opt-in/opt-out rules and TCPA/GDPR requirements.
    • Some free APIs don’t guarantee delivery, which can be risky for production use.

    If you just want to experiment, you could try Twilio’s free trial credits or similar providers to build your prototype. But for long-term use, Salesforce-native apps from the AppExchange (like Message Blink) make this a lot easier – they handle bulk messaging, compliance, opt-in/out, and reporting inside Salesforce without you having to manage all the API plumbing yourself.

0/9000

Hi  

looking to see if anyone has faced this issue before. We are facing this limit issue with our Opt-In message. 

SMS long code has a limit of 912 characters, but if special characters are introduced, the limit decreases to 396 characters.  Besides changing the content to meet the character limit, are there any other ways around avoiding these limits? 

#SMS

 

#SMS Message

 

#Digital Engagement

 

 

 

0/9000

Hi All,

 

One of our clients wants to send out the service appointment details to customer via SMS and also notify the customer when the technicians arrives onsite. Is it possible to change the SA status to 'On-site' once the technician arrives based on the routing? 

 

Thanks,

Vetri 

댓글 1개
0/9000

Hello all,

I've using the API, more precisely, the sms/v1/queueMO endpoint.

It works great, but I still have some doubts:

 

I understand that a MO message is a Mobile Originated message, so this means, that this endpoint "simulates" a SMS message sent from and to the numbers we add on the payload?

 

I couldn't find any more information about how this MO messages work.

 

Thanks

댓글 4개
  1. 2021년 1월 27일 오후 1:04

    Great solution and very useful

    this information will help a lot to other projects!!!

0/9000

Creating SMS message. How do I hyperlink a word in the text message content, please and thank you in advance :)

댓글 1개
  1. 2020년 6월 12일 오전 6:56
    HI @Robert Wynter

    ,

    SMS are by nature text-only. The receiving device will scan the text for a URL pattern (http://, https://, www.something, or even

    something.com), and convert it automatically to a link for the user to click.
0/9000

Hello,

 

I would like to exclude a list of contacts from receiving SMS in a Journey. 

 

I already imported my suppression list in Mobile Connect.

How can I changed their status for opt-out?

How can I manage that these contacts won't receive SMS in a Journey? I can't choose any suppression list on the Delivery Options of the SMS.

 

Thanks in advance :)

0/9000

I want to implement Survey functionality in my org to capture customers feedback. I'm currently using Einstein BOTS to capture the customer inputs. 

 

Current Flow :

1) Survey SMS Sent to Customer (using Process Builder)

2) Customer Replies “Yes” or “No” using their mobile device

3) Einstein BOT listens for “Yes/No” intents (I have created a Einstein BOT with intents)

4) Einstein BOT triggers a flow which then stores the customer feedback in a custom object.

 

The disadvantage of using Einstein BOT is that, it always listens to customer inputs and if the customer sends "Yes" or "No" SMS anytime, Einstein BOT will be triggered and the flow will run.

 

Is there any other solution to capture Customer SMS inputs "Yes" or "No" and store in a variable in Salesforce.?

0/9000

🎥Watch & Learn ✍: How to create an SMS Message with Marketing Cloud MobileConnect!

MobileConnect - Create an SMS Message

0/9000

Hoping someone can help me with the coding of this...

 

I want to add a specified text inline of a sentence based upon the data in a field.

 

Field to reference = MemberType

If type "member1" = $10

If type "member2" = $15

 

So if MemberType = 'member1' it displays $10, if MemberType = 'member2' it displays $15 and if neither it is blank.

 

How would I code that in ampscript? Also, can that same ampscript be used in an sms message?

 

Thanks.

댓글 6개
0/9000

📣 Trailhead update for mobile marketers: 📣

 

NEW MODULE - SMS Messaging with MobileConnect

Reach your customers on mobile with targeted text messages.

https://trailhead.salesforce.com/en/content/learn/modules/sms-messaging-with-mobileconnect?trail_id=mobile-strategies-in-marketing-cloud

 

NEW TRAIL - Develop Mobile Strategies in Marketing Cloud.

Use mobile messaging effectively in your digital marketing.

https://trailhead.salesforce.com/en/content/learn/trails/mobile-strategies-in-marketing-cloud

 

#Mobile #SMS Message 

댓글 2개
0/9000