(Use Case) Sending SOLAPI Text Messages (⭐⭐)

Date of creation
Name
(Use Case) Sending SOLAPI Text Messages (⭐⭐)
Created by
  • data_popcorn

Prerequisite

SOLAPI API issuance.

Scenario

💡
One line summary
Automated workflow to send custom text messages with SOLAPI API using n8n.
Step 1)
In “When clicking 'Test workflow'”, enter the to, from, and text you want to send. (name is not required)
Step 2)
Enter your API_KEY and API_SECRET values in the “API Signature Issuer”.
Step 3)
In “send-many/detail”, check that the format of the message you want to send is correct. You can copy and change the contents below.
{ "messages": [ { "to": "010*******", "from": "010*******", "text": "홍길동님! n8n으로 메시지 성공했어요! 구독과 좋아요 부탁해요! https://www.youtube.com/@data.popcorn" } ] }
Step 4)
Okay, now let's press test workflow and run it. If you received the text message, success!

(Additional) SOLAPI Recharge

Basically, we provide 300P. It is enough for testing, but if you want to send more, you can top up. The minimum is 10,000 won.
The text message price is set at 13 won for short messages and 29 won for long messages.