custom-sms-template
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"template_key": "daily_present",
"template_body": "Dear Guardian, Your child, Student Name] (ID: [Student ID]), Class: [Class], Sec: [Section], Roll: [Roll] is present at school today [Date]. Thank you. [Institute Name]"
}
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/custom-sms-template' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_key": "daily_present",
"template_body": "Dear Guardian, Your child, Student Name] (ID: [Student ID]), Class: [Class], Sec: [Section], Roll: [Roll] is present at school today [Date]. Thank you. [Institute Name]"
}'
Responses
application/json Modified at 2026-01-14 12:14:02