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
đŸ–Ĩī¸SDK Server
📩Envelopes
📝SDK Scripts
📖mintBlue API
âšī¸Blockchain API
đŸ–Ĩī¸mintBlue Console
👂Event Listeners
🏆Examples of Building with mintBlue
🔑password manager
📃Notary Express App
Docs powered by
Archbee
mintBlue Console
Event Listeners

Triggers

1min

īģŋ

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 03 Mar 2023
Did this page help you?
PREVIOUS
Event Listeners
NEXT
Actions
Docs powered by
Archbee
Docs powered by
Archbee