web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How can send Bulk SMS

(0) ShareShare
ReportReport
Posted on by

hi i am mani

i create plugin it can connect to web service SMS and i make entity and workflow for send single sms per person . but i want to send bulk sms to list of my contact or account or lead ( filter ) . i do not know how 

Filter List and run workflow to send bulk sms ! plz help me !

Best Regard

Mani

*This post is locked for comments

I have the same question (0)
  • Rajkumar Rajaraman Profile Picture
    on at
    RE: How can send Bulk SMS

    Hi Mani,

    There is no OOB solution to send email, so you need to develop your own or use third-party addon

    Refer the following thread:

    social.microsoft.com/.../send-bulk-sms

    Refer this blog also:

    help.clickdimensions.com/bulk-sms-settings

    Hope this helps.

    Regards,

    R.Rajkumar

    "Please mark my answer as verified if you found it helpful"

  • purwar purwar Profile Picture
    2,836 on at
    RE: How can send Bulk SMS

    Bulk  SMS  is depend upon sms gateway web services.  You can check with your SMS vendor. Otherwise You can create Bulk SMS type record .

    Create SMS type new activity  entity. and register you "send sms' plugin on create message of SMS . for bulk you can create bulk sms record and you plugin will be triggered with every SMs record.

  • Verified answer
    Mahendar Pal Profile Picture
    45,095 on at
    RE: How can send Bulk SMS

    Hi,

    If you already have workflow and it is working fine for single record, you can make it OnDemand and set number of records and execute your workflow to send bulk sms (surely you need to check if your provider allow you to send bulk sms)

    If you have more then 250 records, you can use XrmToolBox to run your workflow for more then 250 records, ( you just need to use FetchXML to get record). Follow below post for this:

    https://mahenderpal.wordpress.com/2014/01/30/step-by-step-running-on-demand-workflow-for-all-active-records/

    Thanks

  • Community Member Profile Picture
    on at
    RE: How can send Bulk SMS

    hi tnx for reply it work but if i want create plugin or something  like that for use more dan 250 record . how can i do that ? you have suggest ?

  • Suggested answer
    SreeniPavalla Profile Picture
    195 on at
    RE: How can send Bulk SMS

    Hey Mani,

    As you already said you have created a plugin.

    • Retrieve all your records in the plugin.
    • Talk to your SMS provider that if there is a way to send Bulk SMS in single shot.
    • If not, Loop through the object will send SMS to all retrieved contacts.
    • Make sure that your plugin do not take more than 2 mins, If you suspect that it takes more than 2 mins then create the same logic in Custom workflow activity.

    If you need to send for all active contacts, use the below Query expression and retrieve

    QueryExpression query = new QueryExpression
            {
                EntityName = "contact",
                ColumnSet = new ColumnSet { "mobilephone" },
                // Here I tried the code addition #1 below
                Criteria =
                {
                    Filters =
        {
          new FilterExpression
          {
            Conditions =
            {
              new ConditionExpression("status", ConditionOperator.Equal, 0)
            }
          }
        }
                }
            };
            // Here I tried the code addition #2 below
            EntityCollection result = Service.RetrieveMultiple(query);

    Then loop the retrieved contacts and send sms or add them to list and send it to object if your SMS provider supports BULK SMS.

    Hope it helps.

    Thank you,

    Sreeni Pavalla

  • Suggested answer
    Mahendar Pal Profile Picture
    45,095 on at
    RE: How can send Bulk SMS

    In case of plugin you need to analyse when you want to send it and to whom you want to send (Also keep in mind in case of plugin, if the number of records are more and plugin taking more time to execute, you may face time out issue so it is better to run bulk jobs using workflow). For example you may have one entity call sms alert and send sms when a records is created for this entity, but who will be the target audience then you need to consider, for example you may setup a relationship between this entity and marketing list, so that you have lookup in your alert entity and can send sms to that marketing list members (just and idea)

    Thanks

  • nehasinghjk14 Profile Picture
    5 on at
    RE: How can send Bulk SMS

    Hello,

    As there are many applications and websites which helps to send the Bulk sms few of them like smsala.com, sendgroupsms and mysmsmantra

    Thanks.

  • Serhii92 Profile Picture
    15 on at
    RE: How can send Bulk SMS

    Well, actually there are a lot of different companies. The difference is only in price and packages, as well as countries and the possibility of using numbers. As for me, this is the surest way to attract customers, much more conversion than with emails. In addition, the entire remainder of SMS without any problems can be sold here  mobirich support

  • David Henary Profile Picture
    5 on at
    RE: How can send Bulk SMS

    Hey mani,

    I truly understand your situation. As you created plugins and are ready to SMS per single person. Your half job is done there. But as you can't run the workflow for bulk SMS, the best approach for your problem is consulting the finest bulk SMS services. Because,  although you sorted everything with retrieving records to the plugin. You should be able to send SMS in a single shot and your plugin should make it within a few minutes or else everything just falls into the wrong place again. So, I highly recommend you go with the best bulk SMS service solution such as Gunisms.

    Our experience with Guni SMS's SMS gateway services has been positive right from evaluating the service (offered with good technical support and 24/7 consumers service )  to the adoption with a responsive team and quick processes helped us get started quickly.  Using their service has been truly reliable so far. Guni SMS is a prominent destination for all your Bulk SMS services at affordable prices ( 3.7 cents for 1 SMS, can you believe it) and money-back guarantees. We never had a chance to look at other SMS gateways nor consulted any technical support team after we met Guni SMS. Trust me.

  • Suggested answer
    jameskotler Profile Picture
    5 on at
    RE: How can send Bulk SMS
    [quote user="ManiArjmandi"]

    hi i am mani

    i create plugin it can connect to web service SMS and i make entity and workflow for send single sms per person . but i want to send bulk sms to list of my contact or account or lead ( filter ) . i do not know how 

    Filter List and run workflow to send bulk sms ! plz help me !

    Best Regard

    Mani

    [/quote]

    nowadays, i don't think there is any software that can help you to send quality bulk messages. There must be some limitations. You can search for agencies that are solely working to provide bulk SMS campaigns. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#2
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans