Skip to content

Instantly share code, notes, and snippets.

<twilio:config accountSid="yourTwilioAccountSid" authToken="yourTwilioAuthToken"/>
<mongo:config database="yourDatabase" host="yourHost" port="yourPort" name="yourName" password="yourPassword"/>
<flow name="sendSmsToClients">
<http:inbound-endpoint host="localhost" port="9090" path="send-sms"/>
<mongo:find-objects collection="clients"/>
<collection-splitter/>
<twilio:send-sms-message accountSid="yourTwilioAccountSid"
from="yourTwilioPhoneNumber"