ApiResponse<TfaApplicationResponse> |
TfaApi.createTfaApplicationWithHttpInfo(TfaApplicationRequest tfaApplicationRequest)
Create 2FA application.
|
ApiResponse<TfaMessage> |
TfaApi.createTfaMessageTemplateWithHttpInfo(String appId,
TfaCreateMessageRequest tfaCreateMessageRequest)
Create 2FA message template.
|
ApiResponse<WhatsAppTemplateApiResponse> |
ManageWhatsAppApi.createWhatsAppTemplateWithHttpInfo(String sender,
WhatsAppTemplatePublicApiRequest whatsAppTemplatePublicApiRequest)
Create WhatsApp Template.
|
ApiResponse<String> |
ManageWhatsAppApi.deleteWhatsAppMediaWithHttpInfo(String sender,
WhatsAppUrlDeletionRequest whatsAppUrlDeletionRequest)
Delete media.
|
ApiResponse<File> |
ReceiveWhatsAppApi.downloadWhatsAppInboundMediaWithHttpInfo(String sender,
String mediaId)
Download inbound media.
|
ApiResponse<EmailSendResponse> |
SendEmailApi.APIsendEmailRequest.executeWithHttpInfo()
Execute sendEmail request with HTTP info returned.
|
ApiResponse<EmailReportsResult> |
SendEmailApi.getEmailDeliveryReportsWithHttpInfo(String bulkId,
String messageId,
Integer limit)
Email delivery reports.
|
ApiResponse<EmailLogsResponse> |
SendEmailApi.getEmailLogsWithHttpInfo(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit)
Get email logs.
|
ApiResponse<SmsInboundMessageResult> |
ReceiveSmsApi.getInboundSmsMessagesWithHttpInfo(Integer limit)
Get inbound SMS messages.
|
ApiResponse<SmsDeliveryResult> |
SendSmsApi.getOutboundSmsMessageDeliveryReportsWithHttpInfo(String bulkId,
String messageId,
Integer limit)
Get outbound SMS message delivery reports.
|
ApiResponse<SmsLogsResponse> |
SendSmsApi.getOutboundSmsMessageLogsWithHttpInfo(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc)
Get outbound SMS message logs.
|
ApiResponse<EmailBulkStatusResponse> |
ScheduledEmailApi.getScheduledEmailStatusesWithHttpInfo(String bulkId)
Get sent email bulks status.
|
ApiResponse<EmailBulkScheduleResponse> |
ScheduledEmailApi.getScheduledEmailsWithHttpInfo(String bulkId)
Get sent email bulks.
|
ApiResponse<SmsBulkStatusResponse> |
ScheduledSmsApi.getScheduledSmsMessagesStatusWithHttpInfo(String bulkId)
Get scheduled SMS messages status.
|
ApiResponse<SmsBulkResponse> |
ScheduledSmsApi.getScheduledSmsMessagesWithHttpInfo(String bulkId)
Get scheduled SMS messages.
|
ApiResponse<List<TfaApplicationResponse>> |
TfaApi.getTfaApplicationsWithHttpInfo()
Get 2FA applications.
|
ApiResponse<TfaApplicationResponse> |
TfaApi.getTfaApplicationWithHttpInfo(String appId)
Get 2FA application.
|
ApiResponse<List<TfaMessage>> |
TfaApi.getTfaMessageTemplatesWithHttpInfo(String appId)
Get 2FA message templates.
|
ApiResponse<TfaMessage> |
TfaApi.getTfaMessageTemplateWithHttpInfo(String appId,
String msgId)
Get 2FA message template.
|
ApiResponse<TfaVerificationResponse> |
TfaApi.getTfaVerificationStatusWithHttpInfo(String msisdn,
String appId,
Boolean verified,
Boolean sent)
Get 2FA verification status.
|
ApiResponse<String> |
ReceiveWhatsAppApi.getWhatsAppMediaMetadataWithHttpInfo(String sender,
String mediaId)
Get media metadata.
|
ApiResponse<WhatsAppTemplatesApiResponse> |
ManageWhatsAppApi.getWhatsAppTemplatesWithHttpInfo(String sender)
Get WhatsApp Templates.
|
ApiResponse<Void> |
ReceiveWhatsAppApi.markWhatsAppMessageAsReadWithHttpInfo(String sender,
String messageId)
Mark as read.
|
ApiResponse<SmsPreviewResponse> |
SendSmsApi.previewSmsMessageWithHttpInfo(SmsPreviewRequest smsPreviewRequest)
Preview SMS message.
|
ApiResponse<EmailBulkRescheduleResponse> |
ScheduledEmailApi.rescheduleEmailsWithHttpInfo(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest)
Reschedule Email messages.
|
ApiResponse<SmsBulkResponse> |
ScheduledSmsApi.rescheduleSmsMessagesWithHttpInfo(String bulkId,
SmsBulkRequest smsBulkRequest)
Reschedule SMS messages.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverSmsWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverVoiceWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
ApiResponse<SmsResponse> |
SendSmsApi.sendBinarySmsMessageWithHttpInfo(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest)
Send binary SMS message.
|
ApiResponse<SmsResponse> |
SendSmsApi.sendSmsMessageWithHttpInfo(SmsAdvancedTextualRequest smsAdvancedTextualRequest)
Send SMS message.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverSmsWithHttpInfo(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverVoiceWithHttpInfo(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppAudioMessageWithHttpInfo(WhatsAppAudioMessage whatsAppAudioMessage)
Send WhatsApp audio message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppContactMessageWithHttpInfo(WhatsAppContactsMessage whatsAppContactsMessage)
Send WhatsApp contact message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppDocumentMessageWithHttpInfo(WhatsAppDocumentMessage whatsAppDocumentMessage)
Send WhatsApp document message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppImageMessageWithHttpInfo(WhatsAppImageMessage whatsAppImageMessage)
Send WhatsApp image message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppInteractiveButtonsMessageWithHttpInfo(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage)
Send WhatsApp interactive buttons message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppInteractiveListMessageWithHttpInfo(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage)
Send WhatsApp interactive list message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppLocationMessageWithHttpInfo(WhatsAppLocationMessage whatsAppLocationMessage)
Send WhatsApp location message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppStickerMessageWithHttpInfo(WhatsAppStickerMessage whatsAppStickerMessage)
Send WhatsApp sticker message.
|
ApiResponse<WhatsAppBulkMessageInfo> |
SendWhatsAppApi.sendWhatsAppTemplateMessageWithHttpInfo(WhatsAppBulkMessage whatsAppBulkMessage)
Send WhatsApp template message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppTextMessageWithHttpInfo(WhatsAppTextMessage whatsAppTextMessage)
Send WhatsApp text message.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppVideoMessageWithHttpInfo(WhatsAppVideoMessage whatsAppVideoMessage)
Send WhatsApp video message.
|
ApiResponse<EmailBulkUpdateStatusResponse> |
ScheduledEmailApi.updateScheduledEmailStatusesWithHttpInfo(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest)
Update scheduled Email messages status.
|
ApiResponse<SmsBulkStatusResponse> |
ScheduledSmsApi.updateScheduledSmsMessagesStatusWithHttpInfo(String bulkId,
SmsUpdateStatusRequest smsUpdateStatusRequest)
Update scheduled SMS messages status.
|
ApiResponse<TfaApplicationResponse> |
TfaApi.updateTfaApplicationWithHttpInfo(String appId,
TfaApplicationRequest tfaApplicationRequest)
Update 2FA application.
|
ApiResponse<TfaMessage> |
TfaApi.updateTfaMessageTemplateWithHttpInfo(String appId,
String msgId,
TfaUpdateMessageRequest tfaUpdateMessageRequest)
Update 2FA message template.
|
ApiResponse<EmailValidationResponse> |
EmailValidationApi.validateEmailAddressesWithHttpInfo(EmailValidationRequest emailValidationRequest)
Validate email addresses.
|
ApiResponse<TfaVerifyPinResponse> |
TfaApi.verifyTfaPhoneNumberWithHttpInfo(String pinId,
TfaVerifyPinRequest tfaVerifyPinRequest)
Verify phone number.
|