You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently no web hooks exist. Need to add a web hook for tokenization actions (tokenize, retire, detokenize), along with with an action to send actions to particular emails.
Should probably set this as a configuration value that can be set to "[email protected]".
Email address is pulled from config and that is who gets the email.
The text was updated successfully, but these errors were encountered:
The details that should make it into the email are:
projectId
vintage
Quantity
Timestamp
The email for TOKENIZATION should ideally be formatted and should state approximately:
"[amount] amount of credits were tokenized from project [id] and vintage [year] at [timestamp]. Please make the corresponding change in your registry."
The email for RETIREMENT should ideally be formatted and should state approximately:
"[amount] amount of credits were retired from project [id] and vintage [year] at [timestamp]. Please make the corresponding change in your registry."
The email for DETOKENIZATION should ideally be formatted and should state approximately:
"[amount] amount of credits were detokenized from project [id] and vintage [year] at [timestamp]. Please make the corresponding change in your registry."
Ideally, all of these emails will also include the total amount of that token issued, retired and detokenized to date. This will allow the recipient to verify that the registry reconciles with the tokenization engine.
Currently no web hooks exist. Need to add a web hook for tokenization actions (tokenize, retire, detokenize), along with with an action to send actions to particular emails.
Should probably set this as a configuration value that can be set to "[email protected]".
Email address is pulled from config and that is who gets the email.
The text was updated successfully, but these errors were encountered: