Events Reference¶
Overview¶
This page documents each event type raised by Trinsic's platform.
To consume events, set up a webhook.
Events¶
ping¶
Event name:
Webhook test event
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
ecosystem_id
string
Ecosystem where this event originated, if any.
governance_framework_created¶
Event name:
Entity Governance Framework created and attached to ecosystem
governance_framework_created
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
timestamp
string
Timestamp event occurred, in ISO 8601 format (ex. `2022-07-07T08:09:10.11Z`)
template_created¶
Event name:
Template created in ecosystem
template_created
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
timestamp
string
Timestamp event occurred, in ISO 8601 format (ex. `2022-07-07T08:09:10.11Z`)
item_received¶
Event name:
Item inserted into wallet
item_received
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`)
wallet_id
string
ID of wallet
ecosystem_id
string
Ecosystem where this event originated, if any.