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
|
ο»Ώ
ο»Ώ