Doc Partner
SMS Partner
Doc Partner - EN
Doc Partner - EN
  • Welcome
  • API
    • SMS Partner
      • Credits
      • Send SMS
        • Single Send
        • Bulk Send
        • Send by Long Number
        • Survey Send
        • Cancel Scheduled SMS
        • Special Characters
      • Status & Statistics
        • Single Status
        • Bulk Status
        • Status by Message
        • Status by Tag
        • Sending Statistics
      • Contact Management
        • Add Group
        • Add Contact
        • Delete Group
        • Add Bulk Contacts
        • Edit Contact
        • Delete Contact
        • Get Group List
        • Get Contact List
        • Get Contact Details
      • Replies / Opt-outs Management
        • Stop List
        • Add Number to SMS Stop List
        • Remove Number from SMS Stop List
        • Replies Management
      • Sub-accounts
        • Activation
        • Create Sub-account
        • Delete Sub-account
        • Sub-account List
        • Manage Sub-account Credits
      • Manage Call Forwarding
      • Number Verification
        • Send a Verification
        • Format Verification
      • Contact Rental
        • Categories
        • Targeting & Calculation
        • Rental Status
        • Download File
      • RCS
    • Error Codes
Powered by GitBook

© 2025 NDA Media

On this page
  • Reply via long number
  • Reply via short number
  1. API
  2. SMS Partner
  3. Replies / Opt-outs Management

Replies Management

Manage replies to your SMS campaigns

PreviousRemove Number from SMS Stop ListNextSub-accounts

Last updated 1 month ago

Reply via long number

SMS Partner allows you to rent a long number (e.g. 06 XX XX XX XX). To learn more about setting up a dedicated long number, .

Example of reply via simple SMS (max 160 characters)

Array
(
    'msisdn' => '33xxxxxxxxx', // number of the person sending the SMS
    'to' => '33xxxxxxxxx',
    'messageId' => '02000000XXXXXXXXX',
    'text' => 'Test',
    'type' => 'text',
    'keyword' => 'Test',
    'message-timestamp' => '2016-03-10 09:51:46'
)

Example of reply via long SMS (+160 characters)

Array
(
    'msisdn' => '33xxxxxxxxx', // number of the person sending the SMS
    'to' => '33xxxxxxxxx',
    'messageId' => '02000000YYYYYYYY',
    'concat' => 'true',
    'concat-ref' => '171',
    'concat-total' => '2',
    'concat-part' => '1',
    'text' => '   Long message....',
    'type' => 'text',
    'keyword' => 'MESSAGELONG',
    'message-timestamp' => '2016-03-09 16:00:30'
)

Array
(
    'msisdn' => '33xxxxxxxxx', // number of the person sending the SMS
    'to' => '33xxxxxxxxx',
    'messageId' => '02000000XXXXXXXX',
    'concat' => 'true',
    'concat-ref' => '171',
    'concat-total' => '2',
    'concat-part' => '2',
    'text' => '....very long',
    'type' => 'text',
    'keyword' => 'VERYLONG',
    'message-timestamp' => '2016-03-09 16:00:31'
)

Reply via short number

Note

Example of reply from our short number

Array (
  'type' => 'response',
  'phone_number' => '+336XXXXXXX1',
  'text' => 'My reply',
  'message_id' => '123'
)

After sending a campaign from our short number, SMS Partner allows you to receive replies. To learn more, .

To receive replies, you must configure your reply reception URL in your

contact us
contact us
SMS API dashboard