nowcerts_sms_getSmses
Retrieve SMS message records from the Nowcerts platform using customizable filters to access specific communication data for insurance workflows.
Instructions
Get SMS messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}