Contact Notes is the sample extension for the Spun SDK. It shows a contact and its notes, and exists so a developer can read a small, complete extension rather than starting from an empty folder.
What it does
It displays contact information and notes inside the inbox. That is the whole feature. Its value is as a worked example: how an extension declares its permissions, asks for the contact it needs, and renders inside the app.
Who it is for
- Developers building an extension for the Spun marketplace who want a running reference.
- Anyone evaluating the extension SDK before committing to a build.
How it works inside the inbox
- Install Contact Notes from Extensions.
- Open a contact and look at the notes panel the extension adds.
- Open the Developer Portal from the sidebar for the SDK documentation and to start your own extension project.
What it can access
It asks for two permissions and nothing else: a limited view of the contact you are looking at, and the right to draw its own panel in the sidebar. The notes it shows are the sample's own, kept by the extension while it runs, not the notes stored on the Spun contact.
Like every extension in the marketplace, it asks for narrow, specific permissions that an admin reviews on the install screen, and platform admins can suspend any extension instantly.