website logo
WebsiteTry DashboardContact Sales
⌘K
πŸ‘‹Welcome to mintBlue!
❓Why Use mintBlue?
🧧mintBlue Products
⛓️Enterprise Bitcoin
πŸš€Introduction
πŸ‘‰mintBlue Quick Start Guide
πŸ”—Setting up Zapier & mintBlue
πŸŽ‡mintBlue SDK
πŸ‘‰SDK Quick Start Guide
πŸ—οΈSDK Encryption
πŸ“©Envelopes
πŸ–₯️SDK Server
πŸ“SDK Scripts
πŸ“–mintBlue API
⏹️Blockchain API
πŸ“‘Token API
πŸ–₯️mintBlue Console
πŸ‘‚Event Listeners
πŸ†Examples of Building with mintBlue
πŸ”‘password manager
πŸ“ƒNotary Express App
Docs powered byΒ archbeeΒ 
1min

Triggers

ο»Ώ

Type

Interface

ο»Ώ

Bitcom

{

type: 'BITCOM';

options: {

bitcom_protocol_id: String

}

}

ο»Ώ

Peppol

{

type: 'PEPPOL';

options: {

pubKey: String;

}

}

ο»Ώ

Payment from

{

type: 'PAYMENT_FROM';

options: {

from_address: STRING;

}

}

ο»Ώ

Payment to

{

type: 'PAYMENT_TO';

options: {

to_address: STRING;

}

}

ο»Ώ

Bitquery

{

type: 'BITQUERY',

options: {

bitquery: String;

}

}

bitquery is a JSON.stringify of a Bitquery

mintblue.transaction.inserted

{

type: 'mintblue.transaction.inserted',

options: {

project_id: String | null;

txo: Object | null;

}

}

Fires when a transaction is inserted in a project on your account.

ο»Ώ

If project_id is given, only match the event when it was inserted in the coresponding project.

ο»Ώ

If txo is given, only match if the TXO representation of the transaction matches your predicate (see BitQuery)

mintblue.transaction.created

{

type: 'mintblue.transaction.created',

options: {

project_id: String | null;

txo: Object | null;

}

}

Fires when a transaction is created on your account.

ο»Ώ

If project_id is given, only match the event when it was inserted in the coresponding project.

ο»Ώ

If txo is given, only match if the TXO representation of the transaction matches your predicate (see BitQuery)

ο»Ώ

Updated 21 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Actions
Docs powered byΒ archbeeΒ