Skip to main content
PUT
Update SMS Template

Authorizations

Authorization
string
header
required

Enter the Admin scope Bearer API key.

Path Parameters

id
integer
required

The integer ID of the SMS template to update.

Body

application/json
gateway_slug
string
Example:

"bkash-personal"

sender_pattern
string
Example:

"bKash"

amount_regex
string
Example:

"received Tk ([0-9,.]+)"

trx_id_regex
string
Example:

"TrxID ([A-Z0-9]+)"

sender_regex
string
Example:

"from ([0-9]+)"

priority
integer
Example:

2

status
enum<string>
Available options:
active,
inactive
Example:

"active"

Response

200 - application/json

Template updated successfully.

success
boolean
Example:

true

data
object
Last modified on July 12, 2026