TEMPLATES
A Template is a pre defined message format which can be called over and again, without requiring to rewrite again.
CREATE TEMPLATE
Request Body
Name
Type
Description
Sample Request
{
"name": "CHDP_C",
"body": "Txn: Credit\nAc:#$TXN_ACC$#\nAmt:#$AMOUNT$#\nDes:Cash Dep/_BRC_/#$OFS_ACC$#/#$TRANSACTION_ID$#\nDate:#$TXN_DATE$#\nBal#$CCY$##$AVAIL_BAL$#\n#$sms_advert#",
"client_id": 2,
"description":"CASH DEPOSIT CREDITING"
}{
"status": "CREATED",
"message": "template created successfully",
"data": {
"id": 5,
"name": "CHDP_C",
"description": "CASH DEPOSIT CREDITING",
"client_id": 2,
"created_at": "2024-04-08T13:02:44.000Z",
"created_by": 1,
"updated_at": null,
"updated_by": null
}
}GET ALL CREATED TEMPLATES
UPDATE CREATED TEMPLATES
Sample Request
DELETE CREATED TEMPLATE
Last updated