LogoLogo
ProductsDevelopersAPI ReferenceContact Us
Twilio IoT Acquisition
Twilio IoT Acquisition
  • Twilio IoT is now part of KORE
    • Link Your Twilio & KORE Accounts
    • Self-Service Limitations
    • IoT Customer Support Migration to KORE
    • Frequently Asked Questions (FAQ)
  • Twilio to KORE Migration Guides
    • Migrating to KORE Console
    • Migrating to KORE's APIs
    • Migrating to KORE Callbacks
    • Migrating to KORE Super SIM Connection Events
    • Migrating to KORE's Status Page
    • Migrating to SIM Ordering at KORE
    • Migrating to the New Super SIM Hardware
  • Advisories
    • Upcoming Changes to Developer Experience for Super SIM & Programmable Wireless – April 2024
    • New UI and APIs Available at KORE & More for Super SIM & Programmable Wireless - August 2024
    • KORE Callbacks Available - September 2024
    • KORE Event Streams Available - September 2024
    • KORE Child Accounts Created and Linked to Your Twilio Subaccounts - October 2024
    • Update on Our Migration to KORE - November 2024
    • More on Super SIM and Programmable Wireless Migration to KORE - December 2024
    • KORE Shop, API migration, Programmable Wireless Console - January 2025
    • More on Super SIM migration to KORE - March 2025
    • New Super SIM hardware and applets updates - April 2025
On this page
  • Key Differences
  • Resource Names
  • Event Schema
  • Validating Webhook Events on Event Stream
  • Streaming Events to Destinations

Was this helpful?

  1. Twilio to KORE Migration Guides

Migrating to KORE Super SIM Connection Events

PreviousMigrating to KORE CallbacksNextMigrating to KORE's Status Page

Last updated 7 months ago

Was this helpful?

Super SIM Connection Events are currently delivered via product. As part of our process of separating from Twilio, we will stop publishing events to Twilio Event Streams on November 1, 2024. In order to continue to receive Super SIM Connection Events without interruption, you will need to subscribe to KORE's replacement before then.

You will use the to configure destinations and streams and send test events so you can confirm that you are able to receive events from KORE.

We have provided various guides for you to get started

We will simultaneously publish events to both KORE's event streaming product and Twilio's Event Stream if you have configured event streams at KORE and Twilio.

The object within the event that contains the Super SIM Connection Event specific data will remain unchanged. The metadata around that object will be different depending on if it came from KORE or Twilio.

To ensure that you don't miss any events during the migration process, you can subscribe to both KORE's Super SIM Connection Events and Twilio's at the same time as all events will be published through both systems; however, you will need to consolidate the events and dedupe them.

You will be able to use the event_sid property to dedupe events. The same event that was sent over both KORE's and Twilio's stream will have the same event_sid.

If you use Super SIM Connection Events to record data usage and bill your customers, it is critical that you properly deduplicate your events, even when receiving them via just Twilio or KORE. Please ensure you have considered this in your design.

Key Differences

Resource Names

Twilio Event Streams
KORE Event Streams

Event Schema

The properties which will change when moving to KORE are identified below.

The data schema object will remain unchanged

type

Your types were usually like com.twilio.{suffix}, which will be changed to com.kore.{suffix}.

dataschema

The data schema will be available at a different URL.

https://events-schemas.korewireless.com/...

Validating Webhook Events on Event Stream

Streaming Events to Destinations

Twilio Segment will not be an available destination type. If you use this Sink type today, plan to use one of the other destination types and forward events into Twilio Segment yourself.

Whether you are sending events to or , Twilio follows the same format defined by , which KORE also follows.

KORE Webhooks the same way for callbacks and event streams.

You will be able to receive events via or .

Kinesis
Webhook
Cloud Events
Event Types
Sinks
Subscriptions
Schemas
Twilio's Event Streams
KORE Developer Portal
event streaming product
Get started with AWS Kinesis
Get started with Webhooks
Send Test events
validates
AWS Kinesis
webhooks
Event Types
Destinations
Streaming Rules
Event Schemas