Api-Key: ********************{
"text": "test message",
"selectedPhoneBooks": [
{
"id": 1,
"offset": 0,
"limit": 10
}
],
"line_number": "98123123",
"number_format": "english",
"schedule": "2026-03-20T10:00:00Z" // nullable(chosen time to send)
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/sms/simple' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "test message",
"selectedPhoneBooks": [
{
"id": 1,
"offset": 0,
"limit": 10
}
],
"line_number": "98123123",
"number_format": "english",
"schedule": "2026-03-20T10:00:00Z" // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}