TextRequestClient.SendPaymentReminderAsync Method

Definition

Send a follow-up text reminding the user to pay the specified payment

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.SendPaymentReminderResponse> SendPaymentReminderAsync(int idOfTheDashboardToMakeThisCallOn, int idOfThePayment, System.Threading.CancellationToken cancellationToken = default);
abstract member SendPaymentReminderAsync : int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.SendPaymentReminderResponse>
override this.SendPaymentReminderAsync : int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.SendPaymentReminderResponse>
Public Overridable Function SendPaymentReminderAsync (idOfTheDashboardToMakeThisCallOn As Integer, idOfThePayment As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SendPaymentReminderResponse)

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

idOfThePayment
Int32

Id of the payment

cancellationToken
CancellationToken

Cancellation token.

Returns

The Send a follow-up text reminding the user to pay the specified payment response.

Remarks

Sends a reminder to the contact to pay the specified payment. The content of the message is auto-generated. To avoid spam, only one reminder can be sent per payment

Applies to