Methods
(async, static) alllogsemails(req, count) → {object}
- Source:
All Email and SMS logs
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object
(async, static) allStaticPage(req, count) → {object}
- Source:
All Static page contents
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object
(async, static) alltemps(req, count) → {object}
- Source:
All Communication Templates
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object
(async, static) etempsbyId(id) → {object}
- Source:
Get Single Template
Parameters:
Name | Type | Description |
---|---|---|
id |
number | Template ID which has to be fetched |
Returns:
sql response
- Type
- object
(async, static) getStaticPagebyId(id) → {object}
- Source:
Get one static page content
Parameters:
Name | Type | Description |
---|---|---|
id |
number | static page id which details has to be fetched |
Returns:
sql response
- Type
- object
(async, static) staticPageOperation(req) → {object}
- Source:
To do a static page operation
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
Returns:
sql response
- Type
- object
(async, static) templateOperation(req) → {object}
- Source:
Complete a template action
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
Returns:
sql response
- Type
- object