All Projects → 46elks → 46elks-getting-started

46elks / 46elks-getting-started

Licence: other
An introduction to the 46elks API with code examples

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
dart
5743 projects
java
68154 projects - #9 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to 46elks-getting-started

Twilio Csharp
Twilio C#/.NET Helper Library for .NET Framework 3.5+ and supported .NET Core versions
Stars: ✭ 541 (+1102.22%)
Mutual labels:  sms, voice, telephony
Twilio Java
A Java library for communicating with the Twilio REST API and generating TwiML.
Stars: ✭ 371 (+724.44%)
Mutual labels:  sms, voice, telephony
Africastalking Java
Official Java SDK
Stars: ✭ 27 (-40%)
Mutual labels:  sms, voice
Nexmo Node Code Snippets
NodeJS code examples for using Nexmo
Stars: ✭ 36 (-20%)
Mutual labels:  sms, voice
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (+66.67%)
Mutual labels:  sms, voice
Vonage Node Sdk
Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 323 (+617.78%)
Mutual labels:  sms, voice
Vonage Php Sdk Core
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 849 (+1786.67%)
Mutual labels:  sms, voice
Vonage Dotnet Sdk
Nexmo REST API client for .NET, ASP.NET, ASP.NET MVC written in C#. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 76 (+68.89%)
Mutual labels:  sms, voice
somleng
Open Source Implementation of Twilio's REST API
Stars: ✭ 33 (-26.67%)
Mutual labels:  voice, telephony
Vonage Ruby Sdk
Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 203 (+351.11%)
Mutual labels:  sms, voice
Vonage Python Sdk
Vonage Server SDK for Python. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 134 (+197.78%)
Mutual labels:  sms, voice
Nexmo Laravel
Add Nexmo functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
Stars: ✭ 250 (+455.56%)
Mutual labels:  sms, telephony
vonage-node-code-snippets
NodeJS code examples for using Nexmo
Stars: ✭ 46 (+2.22%)
Mutual labels:  sms, voice
somleng-switch
SomlengSWITCH. Somleng's TwiML Engine, FreeSWITCH configuration and infrastructure.
Stars: ✭ 16 (-64.44%)
Mutual labels:  voice, telephony
MessagingAPI-SDK-python
Telstra Messaging SDK - Python Library
Stars: ✭ 21 (-53.33%)
Mutual labels:  sms, mms
Vonage Go Sdk
A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
Stars: ✭ 38 (-15.56%)
Mutual labels:  sms, voice
Sms Backup Plus
Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
Stars: ✭ 1,626 (+3513.33%)
Mutual labels:  sms, mms
africastalking-node.js
Official Node.js SDK for Africa's Talking
Stars: ✭ 113 (+151.11%)
Mutual labels:  sms, voice
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (+17.78%)
Mutual labels:  sms, voice
totalvoice-node
Client em NodeJS para API da Totalvoice
Stars: ✭ 54 (+20%)
Mutual labels:  sms

46elks-logo

Voice, SMS & MMS for developers.

Welcome to our developer friendly API service! :-)

We make it easy for you to add custom telephony features that are perfectly suited to the way you do things – because sometimes ‘off the shelf’ just doesn't cut it.

You can use 46elks for:

  • Sending SMS text messages
  • Receiving SMS to your applications
  • Sending & receiving MMS pictures
  • Controlling incoming and outgoing telephone calls with code
  • Building interactive voice sessions
  • And other telephony features.

Links

Quickstart

  1. Create your 46elks account and locate your api keys.
  2. Send your first SMS from the dashboard or with curl (see below).
  3. Send an SMS code using one of our code examples.
  4. Learn more about what you can do by reading the documentation.

Send your first SMS with curl

Use your api keys and run this in your terminal:

curl https://api.46elks.com/a1/sms \
  -u <api_username>:<api_password> \
  -d from=CurlyElk \
  -d to=+46766861004 \
  -d message="Test message to your phone."

sms-on-mobile-phone


Code examples

All code examples are public domain and can be used freely.

C - C# | .NET - Elixir - Go - Google apps - haskell - HTML - PHP - Python - Ruby - Java - Node.js - cURL

Build an interactive voice menu or response (IVR)

IVR samples collection.

Show all coding examples for all languages


Community

Projects

Modules, SDKs and libraries

Tutorials

Have you written a tutorial or created an app that you're willing to share? Let us know at [email protected]!

Integrations

If there is an integration that you could benefit from please get in touch.


Teachers

Are you helping others learn how to code? Doing a workshop or a lesson on APIs? Get in touch if you'd like to use the 46elks API to help more people learn about APIs.

Email: [email protected]


Hackathons

We are keen on helping out, and we'd be happy to help you with preparations, mentoring and give away boosted credit packages for participants. Talk to us. We're also particularily interested in helping events and organizations working with teaching coding to beginners, initiatives that encourage diversity in IT, and among conferences. We enjoy meetups, let us know if you’d like for someone to come and hold a presentation about APIs - getting started with apis, how to send an sms in PHP/Python/Elixir/Ruby/Go or another language - we love to learn and share! We exist to help you build useful and cool things!

Contact 46elks
Email: [email protected]
Twitter: @46elks
Instagram: @46elks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].