Skip to content

Gotify

Node: gotify · Full type: n8n-nodes-base.gotify · Version: 1

Credentials

gotifyApi (alias: @gotify)

CREDENTIAL @gotify = gotifyApi "My Gotify"

Operations

Resource: message

create

Parameter Type Default Details
message string "" required
additionalFields collection {} keys: priority, title
options collection {} keys: contentType

delete

Parameter Type Default Details
messageId string "" required

getAll

Parameter Type Default Details
returnAll boolean false
limit number 20

Parameter Details

additionalFields children:

Parameter Type Default Details
priority number 1
title string ""

options children:

Parameter Type Default Details
contentType options "text/plain" text/plain, text/markdown

Example

NODE "gotify" @gotify AS "Gotify" {
  resource: "message",
  operation: "create",
  message: {{ $json.message }},
  messageId: {{ $json.messageId }}
}