2023-01-14 15:46:09 +01:00
|
|
|
ver 1.0
|
|
|
|
type http-request
|
|
|
|
name Send Bulk SMS
|
|
|
|
method GET
|
|
|
|
url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010
|
|
|
|
body-mode json
|
|
|
|
|
|
|
|
params
|
|
|
|
1 apiKey secret
|
|
|
|
1 numbers 998877665
|
|
|
|
1 message hello
|
2023-01-14 15:51:54 +01:00
|
|
|
/params
|
|
|
|
|
|
|
|
headers
|
|
|
|
1 content-type application/json
|
|
|
|
1 accept-language en-US,en;q=0.9,hi;q=0.8
|
|
|
|
0 transaction-id {{transactionId}}
|
2023-01-14 20:15:01 +01:00
|
|
|
/headers
|
|
|
|
|
|
|
|
body(type=json)
|
|
|
|
{
|
|
|
|
"apikey": "secret",
|
|
|
|
"numbers": "+91998877665"
|
|
|
|
}
|
|
|
|
/body
|
|
|
|
|
2023-01-14 23:21:48 +01:00
|
|
|
body(type=graphql)
|
|
|
|
{
|
|
|
|
launchesPast {
|
|
|
|
launch_success
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/body
|
|
|
|
|