ClickSendSmsClient.CreateListContactAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create New Contact
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactResponse> CreateListContactAsync(int listId, Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateListContactAsync : int * Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactResponse>
override this.CreateListContactAsync : int * Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.CreateListContactResponse>
Public Overridable Function CreateListContactAsync (listId As Integer, input As CreateListContactInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateListContactResponse)
Parameters
- listId
- Int32
List ID
- input
- CreateListContactInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create New Contact response.
Remarks
Create New Contact