BulkGate Helpdesk
  • Languages iconEnglish
    • Czech

›Customization (developers)

Installation

  • WooCommerce SMS plugin installation
  • PrestaSMS module installation
  • CartSMS module installation
  • MageSMS module installation
  • BulkGate SMS module for thirty bees
  • Shoptet add-on installation

Admin & Customer Notification

  • Admin SMS
  • Customer SMS

Creating SMS Campaign

  • Creating Campaign
  • Contacts
  • Message
  • Review

Records & Statistics

  • Campaigns, History & Reports

Payments & Billing

  • Top Up, Billing Information & Invoices

Pricing

  • Price List

Customization (developers)

  • Custom notifications
  • Simple API

FAQ

  • SMS was not delivered
  • What’s the difference between promotional and transactional SMS?
  • I have an installation/setting problem
  • DND (Do Not Disturb)

Custom notifications

Can I create my own custom notification?

As a developer, you can use custom hooks that enable you to send SMS notification that you define yourself. You can request this function from a different place (e.g. different plugin).

It is strictly prohibited to exploit SMS notification for promotional/marketing uses. It must be used for transactional sms only.

Example of custom hook:

<?php

// Wordpress + WooCommerce + WooSMS

do_action(
  'woosms_send_sms',  // Action name
  '7971796595',        // Phone number
  'Hello <name> <age>',      // Message text with variables - <var>
  array(              // Variables to fill
    'name' => 'John',
    'age'  => '29'
  ), 
  array(                // Optional additional settings
    'unicode' => true,  // Unicode SMS
    'country' => 'gb',  // ISO Code 3166 to fill the country prefix if the phone number is in national format (UNITED KINGDOM in this case)
    'senderType' => 'gText', // Sender type (gSystem => System number, gShort => Short code, gText => Alfa sender, gOwn => Numeric sender)
    'senderValue' => 'BulkGate' // Sender value
  )
);

/** 
    RESULT:
    ---------------------------
    SMS
    FROM: BulkGate
    TO: 447971796595
    TEXT: Hello John 29
*/
← PreviousNext →
  • Can I create my own custom notification?
SolutionsSMS GatewayViber for BusinessBroadcastBulk SMSSMS NotificationsTwo-way SMSSmart SMSMobile ConnectWeb Portal
Partners & DevelopersSMS APIIntegrationsAffiliate programWhite label
SourcesBlogYouTubeFacebookLinkedInTwitterGitHubPackagist
CompanyContactPrivacyTerms and Conditions
Price listsPrice list SMSPrice list ViberPrice list Mobile Connect
SMS GatewayTOPefekt s.r.o. © 2022