Jump to Content
Developer HubGuidesChangelog
HomeGuidesChangelog
GuidesChangelogDeveloper Hub

Introduction

  • Welcome
  • The Red Sift Platform
  • Inside Red Sift
  • Security

Anatomy of a Sift

  • Structure
  • Inputs
  • Nodes
  • Stores
  • Exports
  • Sandboxes
  • Cron Node
  • QoS
  • The Sift Environment

Video Tutorials

  • Video Tutorials Index
  • Basic Concepts
  • Hello World - Part 1
  • Hello World - Part 2
  • Manipulating Store Data

Your First Email Sift

  • Installation
  • Creating a Sift
  • Running a Sift
  • The Browser Interface
  • Creating an Email Input
  • Activating email access
  • Processing your email
  • Outputting to the frontend
  • Frontend Structure
  • The Controller
  • Purging Data
  • The View

Webhooks

  • Use
  • Declaration
  • HTTPS
  • CoAP & IoT
  • Responses

Sift Reference

  • Collaboration and Publishing
  • The Sift folder
  • The sift.json file
  • Polyglot Sifts
  • Known Limitations
  • Configuring slack access

Server Code

  • Implementation
  • JMAP
  • RPC

Client Code

  • Overview
  • Buckets
  • Sift View
  • Sift Controller
  • Sift Storage
  • Email Client Controller
  • Red Sift UI
  • Red Sift D3 Components

Responsible Disclosure

  • Responsible Disclosure Procedure
  • Hall of Thanks

Roadmap

  • Dagger
  • Webhooks
  • Sifts
Powered by 

Overview

Suggest Edits

The client-side code is structure as an MVC with the Sift Storage namespace being the model and Sift View and Sift Controller being the view and controller respectively.

Sift lifecycle examples

These are some examples of the lifecycle and interactions a Sift can have.

0 0 0

Updated over 3 years ago


  • Table of Contents
    • Sift lifecycle examples