Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 756 Bytes

clj-esendex

Build StatusClojars Project

Esendex Clojure SDK (Work In Progess)

run "lein midje" to run all tests

#Example Usage Add dependency to lein project file

[clj-esendex "0.1.1-SNAPSHOT"]

run lein repl

(require '[clj-esendex.core :as client])

(let [dispatch (client/sms-dispatcher "USERNAME" "PASSWORD")]
  (-> (client/sms-xml "EX0000000" 447987654321 "Every message matters!")
       dispatch))

#Working

  • Sending a single message (fire and forget)

#Next Steps

  • Read the response of a sent message