ValueFirst

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.