Mocean integration (Communication, Marketing). Imported from open-connector.
https://rest.moceanapi.com/rest/2/account/balance
/account/pricing
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | optional | Mocean service type to retrieve pricing for. |
| mcc | string | optional | Mobile Country Code to filter pricing by destination. |
| mnc | string | optional | Mobile Network Code to filter pricing by operator. |
/report/message
| Param | Type | Required | Description |
|---|---|---|---|
| messageId | string | required | Mocean message ID returned by send_sms. |
/nl
| Param | Type | Required | Description |
|---|---|---|---|
| to | string | required | Phone number to look up, including country code. |
/sms
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | required | SMS sender ID shown to the recipient. |
| to | string | required | Recipient phone number including country code. |
| text | string | required | SMS message text to send to the recipient. |
| deliveryReportUrl | string | optional | Callback URL that Mocean should call with delivery report updates. |