Soracom · Arazzo Workflow
Soracom Send SMS to Active IoT SIM
Version 1.0.0
Look up a SIM, branch on whether it is active, and send a downlink SMS only when it can receive one.
Provider
Workflows
send-sms-to-active-sim
Send an SMS to an IoT SIM only when it is active.
Reads the SIM, branches on its status, and sends the SMS to the SIM when it is active, otherwise ends without sending.
1
getSim
getSim
Read the target SIM so the flow can decide whether it is in a state that can receive an SMS.
2
sendSms
sendSmsToSim
Send the SMS message to the active SIM and capture the returned message ID.