Метод | Описание | |
---|---|---|
Find ( |
Finds all texts sent or received by the user. Use "campaignId=0" parameter to query for all texts sent through the POST /texts API. If no limit is given then the last 100 texts will be returned.
|
|
Get ( long id, string fields = null ) : Text |
Get text by id
|
|
Send ( List |
Send texts to recipients through existing campaign, if null default campaign will be used Use the /texts API to quickly send individual texts.A verified Caller ID and sufficient credits are required to make a call.
|
|
Send ( |
Send texts to recipients through existing campaign, if null default campaign will be used Use the /texts API to quickly send individual texts.A verified Caller ID and sufficient credits are required to make a call.
|
Метод | Описание | |
---|---|---|
TextsApi ( RestApiClient client ) : System.Collections.Generic |
public Find ( |
||
request | request object with different fields to filter | |
Результат | Page |
public Get ( long id, string fields = null ) : Text | ||
id | long | id of text |
fields | string | limit fields returned. Example fields=id,name |
Результат | Text |
public Send ( List |
||
recipients | List |
call recipients |
campaignId | long | specify a campaignId to send calls quickly on a previously created campaign |
fields | string | limit fields returned. Example fields=id,name |
Результат | IList |
public Send ( |
||
request | request object with different fields to filter | |
Результат | IList |