Api-Key: ********************{
"text": "test %var1% text",
"line_number": "50002178584000",
"recipients": [
{
"mobile": "09120000000",
"var1": "value1"
},
{
"mobile": "09130000000",
"var1": "value2"
}
], // array of recipient phone numbers + vars
"number_format": "english",
// "schedule": "2025-08-20 15:30:00", // nullable(chosen time to send)
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/sms/keywords' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "test %var1% text",
"line_number": "50002178584000",
"recipients": [
{
"mobile": "09120000000",
"var1": "value1"
},
{
"mobile": "09130000000",
"var1": "value2"
}
], // array of recipient phone numbers + vars
"number_format": "english",
// "schedule": "2025-08-20 15:30:00", // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}