CSV File Examples


The file should contain messages in the following format

            919900840000 ,"Test Message 1","Optional sender id 1 ","Optional Future Time" 
919900840001 ,"Test Message 2","Optional sender id 2 "
919900840000 ,"Tom & Jerry", "Optional sender id "
919900840000 ,"He said ""wow!"" to Harry"
919900870045 , " Welcome to BulkPush API@netcore"
Note: If you want to send double quotes within a message then specify the double quotes as two consecutive double quotes
For example, if you want to send message
He said "wow!" to harry
should be specified as
He said ""wow"" to harry
Home Page