Api-Key: ********************{
"code": "SJ3FgPrE0C",
"attributes": {
"var1": "1",
"var2": "2"
},
"recipient": "09120000000",
"line_number": "50002178584000",
"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/pattern' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "SJ3FgPrE0C",
"attributes": {
"var1": "1",
"var2": "2"
},
"recipient": "09120000000",
"line_number": "50002178584000",
"number_format": "english",
//"schedule": "2025-08-20 15:30:00", // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}