SMS
| API | Description |
|---|---|
| POST SMS/Send?phoneNumber={phoneNumber}&shortCode={shortCode}&countryCode={countryCode}&isReset={isReset} |
No documentation available. |
PhoneChannel
WebAPI controller for manipulating PhoneChannel objects.
| API | Description |
|---|---|
| GET PhoneChannel/{phoneChannelID} |
Gets a PhoneChannel based on the provided ID |
| PUT PhoneChannel |
Update Phone Channel object |
| GET PhoneChannel?phoneNumber={phoneNumber}&shortCode={shortCode}&countryCode={countryCode} |
Fetches the first PhoneChannel object that matches the provided information. |
| POST PhoneChannel?shortCode={shortCode}&phoneNumber={phoneNumber}&countryCode={countryCode} |
Creates a PhoneChannel record given the provided number, country code, and short code. |
WebAPI controller for manipulating Email objects.
| API | Description |
|---|---|
| GET Email/{emailID} |
Gets an email by the given primary key ID |
| POST Email |
Updates an email record to match the provided object. |
| PUT Email |
Updates an email record to match the provided object. |
| GET Email?emailAddress={emailAddress} |
Gets an email object based on the given emailAddress. |
| POST Email/Send |
No documentation available. |
Phone
WebAPI controller for manipulating PhoneChannel objects.
| API | Description |
|---|---|
| GET Phone/{phoneID} |
Gets a Phone based on the provided ID |
| PUT Phone |
Update Phone object |
| GET Phone?phoneNumber={phoneNumber}&countryCode={countryCode} |
Fetches the first Phone object that matches the provided information. |
| POST Phone?phoneNumber={phoneNumber}&countryCode={countryCode} |
Creates a Phone record given the provided number, country code, and short code. |