# Simple relay notification

id: relay-ping

name: Relay Ping

enabled: false

trigger:

type: dm

from_whitelist: true

filters:

content_pattern: "^/ping$"

actions:

- id: reply

type: nostr_dm

to: "{{ trigger.pubkey_npub }}"

content: "pong"

# Z'inquiétez pas, un jour j'expliquerai, là je teste un truc

Reply to this note

Please Login to reply.

Discussion

Quand deux devs' font joue-joue 😁

Ahahah putain ça marche ❤❤❤

id: relay-ping

name: Relay Ping

enabled: true

trigger:

type: nostr_event

filters:

kinds: [4]

from_whitelist: true

content_pattern: ^/ping$

actions:

- id: reply

type: nostr_dm

to: '{{ trigger.from }}'

content: pong