Skip to content

Events Reference

Overview

This page documents each event type raised by Trinsic's platform.

To consume events, set up a webhook.

Events

Ping

Webhook test event
id
string
UUID of this ping
webhook_id
string
UUID of the webhook receiving the ping
timestamp
string
Timestamp ping was requested, in ISO 8601 format (ex. `2022-07-07T08:09:10.11Z`)
message
string
Arbitrary message specified when ping was requested

EGFCreated

Entity Governance Framework created and attached to ecosystem
id
string
UUID of the governance framework
ecosystem_id
string
UUID of the ecosystem that owns this EGF
trust_registry
string
Trust registry associated with this EGF
governing_authority
string
Wallet ID of the authority for this EGF
type
string
Type of EGF
name
string
User-friendly name for the EGF
description
string
Description of the EGF
governance_framework
string
URI for the EGF

TemplateCreated

Template created in ecosystem
id
string
UUID of the template
ecosystem_id
string
UUID of the ecosystem that owns this template
name
string
Template name
type
string
Template type
created_by
string
WalletID that created the template

ItemReceived

Item inserted into wallet
id
string
UUID of the new item
received
string
Timestamp when the item was received, in ISO 8601 format (ex. `2022-07-07T08:09:10.11Z`)