Sign up for a free Eazymsg account to get started. After registration, you’ll receive a client_id and client_secret to build and test all Eazymsg Messaging API services using simulated data.

Messaging APIs ✨

Our reliable API suite enables seamless communication across multiple channels, including Bulk SMS, Bulk Email, WhatsApp Business, Push Notifications, and Google RCS. Enhance your engagement with customers through our flexible and dependable messaging solutions.

APIDescription
Create GroupUse this API to create contact group
Update GroupUse this API to update contact group
Group listUse this API to get contact group list
Create ContactUse this API to create contact
Update ContactUse this API to update contact
Contact ListUse this API to get contact list
Add TemplateUse this API to add template
Update TemplateUse this API to update template
Template ListUse this API to get template list
SMS with VariableUse this API to send SMS with variable
SMS without VariableUse this API to send SMS without variable
Send SMS OTPUse this API to send OTP for SMS
Verify SMS OTPUse this API to verify OTP
Send OTPUse this API to send OTP
Verify OTPUse this API to verify the OTP

Authentication 🛸

All API endpoints are authenticated using auth key and picked up from the specification file.

"security": [
  {
    "basicAuth": [
      "type": "https",
      "scheme": "basic"
    ]
  }
]