Skip to main content

C#

See our releases on GitHub for more detailed changelogs

v15

What's Changed

  • Updated Phone Number Lookup to use V2 API
    • Added new request and response models for Asynchronous and Synchronous lookups
    • Added CreateAsyncBulkLookup, GetAsyncBulkLookup and CreateSyncLookup methods to PhoneNumberLookupApi
    • Removed previous lookup methods

v14

What's Changed

  • Updated Models for Messaging Callbacks
    • Callback is now a oneOf InboundCallback or StatusCallback
    • InboundCallback should be used for all inbound callbacks
    • StatusCallback should be used for all status updates of created messages

v13

What's Changed

  • TFV Status Enum values updated
    • PARTIALLY_VERIFIED and INVALID_STATUS have been removed

v12

What's Changed

  • Messaging Callbacks consolidated into one model
    • InboundMessageCallback, MessageSendingCallback, MessageDeliveredCallback, and MessageFailedCallback are now MessageCallback

v11

What's Changed