2023-01-14 15:46:09 +01:00
|
|
|
name Send Bulk SMS
|
|
|
|
method GET
|
|
|
|
url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010
|
2023-01-16 19:50:22 +01:00
|
|
|
type http-request
|
2023-01-14 15:46:09 +01:00
|
|
|
body-mode json
|
2023-01-20 21:26:30 +01:00
|
|
|
seq 1
|
2023-01-14 15:46:09 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2023-01-14 23:33:52 +01:00
|
|
|
body(type=text)
|
|
|
|
Hello, there. You must be from the past
|
|
|
|
/body
|
|
|
|
|
2023-01-15 00:33:58 +01:00
|
|
|
body(type=xml)
|
|
|
|
<body>back to the ice age</body>
|
|
|
|
/body
|
|
|
|
|
2023-01-22 19:19:25 +01:00
|
|
|
body(type=form-urlencoded)
|
2023-01-15 18:12:56 +01:00
|
|
|
1 username john
|
|
|
|
0 password {{password}}
|
|
|
|
/body
|
2023-01-15 18:32:59 +01:00
|
|
|
|
|
|
|
body(type=multipart-form)
|
|
|
|
1 username nash
|
|
|
|
0 password governingdynamics
|
|
|
|
/body
|
2023-01-22 19:09:16 +01:00
|
|
|
|
|
|
|
script
|
|
|
|
const foo='bar';
|
|
|
|
/script
|
|
|
|
|
|
|
|
tests
|
|
|
|
bruno.test('200 ok', () => {});
|
|
|
|
/tests
|