Custom adapter for sending SMS

Hi Team, I want to create a custom adapter to send SMS. Can someone share details how to create a custom adapter for this need or direct me if we have any existing adapter to serve this purpose.

Thanks,

You will have to use the Adapter Development Kit and an SMPP library, to build your own. There used to be a package named WmCommunicate, but I’m not aware of an out-of-the-box adapter/connector.

ADK - https://documentation.softwareag.com/webmethods/adapters_estandards/Adapters/ADK/adapterdevelopmentkit.htm
Apache SMPP - SMPP :: Apache Camel
SMSLib - https://docs.huihoo.com/smslib/3.5/about.html

Caveat - The libraries that I’ve mentioned above may be outdated, so do look for latest supported versions or alternatives.

KM

1 Like

Custom adaptor can be created using smpp protocol for sending SMS. You can use mobile message tester software for testing purposes.

Jars and code samples for SMPP can be downloaded from : https://smpp.org/
To download mobile message tester : Mobile Message Tester SMPP 4.0 Download (Free) - Mmt.exe

This is a great topic covered part of custom ADK… Thanks team.

1 Like

Hi,

when you know the correct format of the recipients sms mail address, these can be sent out by using pub.client:smtp which is a Built-In Service.
You will only have to take of the restrictions for SMS instead of email, therefore attachments should be avoided and the text should be kept short and simple.

Regards,
Holger

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.