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Β 
3min

Actions

Interfaces

ο»Ώ

Type

Interface

ο»Ώ

insert_into_project

{

type: 'insert_into_project';

options: {

project_id: String

}

}

Insert the transaction into the specified project

webhook

{

type: 'webhook';

options: {

url: STRING;

}

}

ο»Ώ

ο»Ώ

ο»Ώ

Webhook

The webhook will be called using the POST method. The body will contain the following information:

If your webhook url contains rawtx=1 inside the query parameters, the webhook body will contain the full raw transaction inside the body. Otherwise this is omitted

TypeScript
|
ο»Ώ

ο»Ώ

Updated 07 Nov 2022
Did this page help you?
Yes
No
UP NEXT
password manager
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Interfaces
Webhook