Class SmsControllerApi

Hierarchy

Constructors

Properties

configuration: Configuration = ...

Methods

  • Get number of SMS Get SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<CountDto>

  • Returns a SMS summary object with content. Get SMS content including body. Expects SMS to exist by ID. For SMS that may not have arrived yet use the WaitForController.

    Parameters

    Returns Promise<SmsDto>

  • By default returns all SMS messages across all phone numbers sorted by ascending created at date. Responses are paginated. You can restrict results to a list of phone number IDs. You can also filter out read messages Get all SMS messages in all phone numbers in paginated form. .

    Parameters

    Returns Promise<PageSmsProjection>

  • Get number of SMS unread. Unread means has not been viewed in dashboard or returned in an email API response Get unread SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<UnreadCount>

  • Get number of SMS unread. Unread means has not been viewed in dashboard or returned in an email API response Get unread SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<ApiResponse<UnreadCount>>