Twilio integration (Communication). Imported from open-connector.
https://api.twilio.com/2010-04-01/Accounts/{accountSid}.json
/Accounts/{accountSid}/Usage/Records.json
| Param | Type | Required | Description |
|---|---|---|---|
| category | string | optional | The Twilio usage category to filter by. |
| startDate | string | optional | The inclusive start date in YYYY-MM-DD format. |
| endDate | string | optional | The inclusive end date in YYYY-MM-DD format. |
| pageSize | integer | optional | The maximum number of records to return in one page. |
/Accounts/{accountSid}/Messages.json
| Param | Type | Required | Description |
|---|---|---|---|
| to | string | optional | Only include messages sent to this phone number. |
| from | string | optional | Only include messages sent from this phone number. |
| pageSize | integer | optional | The maximum number of records to return in one page. |
| pageToken | string | optional | The Twilio page token used to continue a previous listing. |
/Accounts/{accountSid}/Messages/{messageSid}.json
| Param | Type | Required | Description |
|---|---|---|---|
| messageSid | string | required | The Twilio message SID to fetch. |
/Accounts/{accountSid}/Messages.json
| Param | Type | Required | Description |
|---|---|---|---|
| to | string | required | The destination phone number in E.164 format. |
| from | string | required | The Twilio phone number sending the message. |
| body | string | required | The text body of the outbound message. |