For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginTalk to us
DocumentationSDKsConnectAPI Reference
DocumentationSDKsConnectAPI Reference
    • Home
    • Release Notes
  • Getting Started
    • Quickstart
    • Dashboard
    • Alarms
    • Versioning
  • Core Features
    • Integrations
      • SMS
        • BSNL
        • Exotel
        • Gupshup
        • ICS
        • India SMS
        • Infobip
        • Infronics
        • JioCx
        • Kaleyra Global
        • Kaleyra.io
        • Karix
        • Ozonetel
        • MessageBird
        • MSG91
        • Mtalkz
        • Netcore
        • Plivo
        • Route Mobile
        • Sinch
        • Smartping
        • Syniverse
        • telSpiel
        • TrustSignal
        • Twilio
        • ValueFirst
      • RCS
      • WhatsApp
      • Email
      • Chat
      • Push
      • Voice
      • In-App
      • Web Push
      • DLT
      • Verification
    • Templates
    • Routes
    • Notification Events
    • Requests/Go Live
    • Logs
  • Advanced Features
    • Workflows
    • Campaigns
    • User Profiles
    • Approval Request
  • Settings
    • Profile Settings
    • Workspaces
    • Workspace Settings
LogoLogo
LoginTalk to us
On this page
  • Message Delivery Status
Core FeaturesIntegrationsSMS

SMS Valuefirst Integration

Was this page helpful?
Previous

Rich Communication Services

Next
Built with

Before we get started, you will need to have a ValueFirst account already set up, along with SenderID and Templates added.

1

Find the Provider

Navigate to the Integrations page. Under “SMS” section, click on the “ValueFirst” button.

2

Configure the Integration

In the pop-up, fill in:

  • Custom name: Provide a name to help you identify the configured account in Fyno’s portal.

  • Username: Enter the username you use to log into your ValueFirst account.

  • API Key: To generate a permanent API Key, go to ValueFirst account and create or fetch API Key from Key Management tab. You need to use the API Key in the cURL command shown below.

curl --location 'https://http.myvfirst.com/smpp/api/sendsms/token?action=generate' \
--header 'Content-Type: application/json' \
--header 'apikey: {{apikey-from-ui}} \
--data '{
"old_token": "{{old-token-from-ui}}"
}'
  • Sender: Enter the Sender ID that you want to use.

  • Account Type: Select the account type that you want to use. You can choose either SMPP (Short Message Peer-to-Peer) or PSMS (Platform Service Management System)

3

Complete the Integration

Click on “Add Account” once done, and you are all set!

Message Delivery Status

ValueFirst, by default, provides the status of the message without any additional setup needed.

Once the above integration is complete, the status of the notification, which will be shared by ValueFirst will be displayed in the logs, when you click on it, under the Delivery tab.