Ntfy
ntfySend push notifications to your phone or desktop via PUT/POST
Acciones disponibles (22)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create NTFY AccountNTFY_CREATE_ACCOUNTAcciónTool to register a new user account on ntfy. Use when you need to create a new user account on the ntfy.sh hosted service. Note: This endpoint is not available on self-hosted instances unless signup is explicitly enabled in the server configuration.
NTFY_CREATE_ACCOUNTAcciónTool to register a new user account on ntfy. Use when you need to create a new user account on the ntfy.sh hosted service. Note: This endpoint is not available on self-hosted instances unless signup is explicitly enabled in the server configuration.
Parámetros de entrada
passwordstringObligatorioThe password for the new account. Should be strong and secure.
usernamestringObligatorioThe desired username for the new account. Must be unique and meet format requirements (typically alphanumeric with certain special characters allowed).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Web Push SubscriptionNTFY_CREATE_WEBPUSH_SUBSCRIPTIONAcciónTool to register a web push subscription for browser notifications. Use when you need to enable push notifications from ntfy topics through a browser's native push notification system.
NTFY_CREATE_WEBPUSH_SUBSCRIPTIONAcciónTool to register a web push subscription for browser notifications. Use when you need to enable push notifications from ntfy topics through a browser's native push notification system.
Parámetros de entrada
authstringObligatorioThe authentication secret from the browser's push subscription, used to authenticate messages. Base64-encoded auth secret.
p256dhstringObligatorioThe P-256 elliptic curve Diffie-Hellman public key from the browser's push subscription, used for message encryption. Base64-encoded public key.
topicsstring[]List of ntfy topic names to subscribe to. Maximum of 50 topics allowed. If user authentication is enabled, the user must have read access to all specified topics.
endpointstringObligatorioThe push service endpoint URL from the browser's push subscription. Must be from an approved domain (*.google.com, *.googleapis.com, Mozilla, Microsoft, Apple push services).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Web Push SubscriptionNTFY_DELETE_WEBPUSH_SUBSCRIPTIONAcciónTool to unregister a web push subscription from the ntfy server. Use when you need to remove browser push notifications for a previously registered endpoint.
NTFY_DELETE_WEBPUSH_SUBSCRIPTIONAcciónTool to unregister a web push subscription from the ntfy server. Use when you need to remove browser push notifications for a previously registered endpoint.
Parámetros de entrada
endpointstringObligatorioThe web push subscription endpoint URL to delete. This is the browser-provided push endpoint (e.g., from fcm.googleapis.com, Mozilla, Microsoft, or Apple push services) that was previously registered.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch Cached MessagesNTFY_FETCH_CACHED_MESSAGESAcciónTool to fetch cached messages from a ntfy topic. Use when you need to retrieve previously sent messages stored on the server. Supports filtering by time (duration or timestamp), message ID, content, title, priority, and tags. Set poll=1 to return immediately after fetching available cached messages.
NTFY_FETCH_CACHED_MESSAGESAcciónTool to fetch cached messages from a ntfy topic. Use when you need to retrieve previously sent messages stored on the server. Supports filtering by time (duration or timestamp), message ID, content, title, priority, and tags. Set poll=1 to return immediately after fetching available cached messages.
Parámetros de entrada
idstringOnly return messages matching this exact message ID.
pollintegerSet to 1 to return cached messages and immediately close connection after reading available messages. Without this, the connection stays open for streaming.
tagsstringFilter by tags. Requires all listed tags to match. Comma-separated.
sincestringFilter messages since a specific point. Accepts duration (e.g., '10m', '30s', '2h'), Unix timestamp (e.g., '1635528757'), message ID (e.g., 'nFS3knfcQ1xe'), or 'all' to return all cached messages.
titlestringFilter by exact title string.
topicstringObligatorioThe topic name to fetch messages from.
messagestringFilter by message content.
prioritystringFilter by priority level. Accepts comma-separated values 1-5, where 1 is lowest and 5 is highest priority.
scheduledintegerSet to 1 to include scheduled/delayed messages in the results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch Latest Message from TopicNTFY_FETCH_LATEST_MESSAGEAcciónTool to fetch the most recent message from a topic's cache. Use when you need to retrieve the latest message without subscribing to the topic stream.
NTFY_FETCH_LATEST_MESSAGEAcciónTool to fetch the most recent message from a topic's cache. Use when you need to retrieve the latest message without subscribing to the topic stream.
Parámetros de entrada
topicstringObligatorioThe topic name to fetch the most recent message from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch Scheduled MessagesNTFY_FETCH_SCHEDULED_MESSAGESAcciónTool to fetch messages scheduled for later delivery from a topic. Use when you need to retrieve messages that are set to be delivered at a future date. The poll=1 and scheduled=1 parameters are automatically set to retrieve cached scheduled messages in a single request.
NTFY_FETCH_SCHEDULED_MESSAGESAcciónTool to fetch messages scheduled for later delivery from a topic. Use when you need to retrieve messages that are set to be delivered at a future date. The poll=1 and scheduled=1 parameters are automatically set to retrieve cached scheduled messages in a single request.
Parámetros de entrada
authstringBase64-encoded authentication query parameter as alternative to Authorization header for protected topics.
topicstringObligatorioTopic name to fetch scheduled messages from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account InformationNTFY_GET_ACCOUNTAcciónTool to retrieve account data for authenticated user or anonymous user. Use when you need to get account information, limits, statistics, or tier details.
NTFY_GET_ACCOUNTAcciónTool to retrieve account data for authenticated user or anonymous user. Use when you need to get account information, limits, statistics, or tier details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Server StatisticsNTFY_GET_STATSAcciónTool to retrieve server statistics including message counts and publishing rates. Use when you need to monitor ntfy server activity and get metrics about message volume.
NTFY_GET_STATSAcciónTool to retrieve server statistics including message counts and publishing rates. Use when you need to monitor ntfy server activity and get metrics about message volume.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Service TiersNTFY_GET_TIERSAcciónTool to list all available ntfy service tiers with their limits and features. Use when you need to retrieve subscription tier information including pricing and usage limits. Requires that payments are enabled on the server.
NTFY_GET_TIERSAcciónTool to list all available ntfy service tiers with their limits and features. Use when you need to retrieve subscription tier information including pricing and usage limits. Requires that payments are enabled on the server.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get File Attachment MetadataNTFY_HEAD_FILEAcciónTool to get file attachment metadata from a message without downloading the file content. Use when you need to check file size, content type, or verify file existence in the ntfy attachment cache.
NTFY_HEAD_FILEAcciónTool to get file attachment metadata from a message without downloading the file content. Use when you need to check file size, content type, or verify file existence in the ntfy attachment cache.
Parámetros de entrada
message_idstringObligatorioThe unique identifier for the message/file attachment. Must be 1-64 characters consisting of alphanumeric characters, hyphens, or underscores. An optional file extension may be appended (e.g., .txt, .jpg).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check NTFY Service HealthNTFY_HEALTH_CHECKAcciónTool to check the health status of the ntfy service. Use when you need to verify if the ntfy service is operational and responding correctly.
NTFY_HEALTH_CHECKAcciónTool to check the health status of the ntfy service. Use when you need to verify if the ntfy service is operational and responding correctly.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Poll Messages from TopicNTFY_POLL_MESSAGESAcciónTool to poll for messages from an ntfy topic without maintaining a long-standing connection. Use when you need to retrieve cached messages and have the connection close immediately after delivery. The connection ends after reading all available messages matching the criteria.
NTFY_POLL_MESSAGESAcciónTool to poll for messages from an ntfy topic without maintaining a long-standing connection. Use when you need to retrieve cached messages and have the connection close immediately after delivery. The connection ends after reading all available messages matching the criteria.
Parámetros de entrada
idstringFilter to return only messages matching this exact message ID.
tagsstringFilter by message tags (comma-separated).
sincestringFetch messages since a point in time. Accepts duration (e.g., '10m', '12h'), Unix timestamp, message ID, or 'all' for all cached messages. Defaults to 'all' if omitted.
titlestringFilter to return only messages matching this exact title.
topicstringObligatorioTarget topic name to poll messages from. Supports comma-separated list for multiple topics.
messagestringFilter to return only messages matching this exact message string.
prioritystringFilter by message priority level (1-5, where 1=min, 3=default, 5=max).
scheduledstringInclude scheduled/delayed messages in results. Set to '1' to include.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Message as JSON to NTFYNTFY_PUBLISH_JSONAcciónTool to publish messages as JSON to ntfy. Use when you need to send notifications with all parameters in the request body, especially useful for integrations that cannot add custom headers.
NTFY_PUBLISH_JSONAcciónTool to publish messages as JSON to ntfy. Use when you need to send notifications with all parameters in the request body, especially useful for integrations that cannot add custom headers.
Parámetros de entrada
callstringPhone number for voice call notifications or 'yes' to use default
iconstringIcon URL for notification display
tagsstring[]List of tags/emojis for the notification
clickstringWebsite URL opened when notification is clicked
delaystringDelivery delay (e.g., '30min', '9am', '2h')
emailstringE-mail recipient address for email notifications
titlestringNotification title. If not provided, defaults to 'ntfy.sh/<topic>'
topicstringObligatorioTarget topic name to publish the message to (e.g., 'mytopic')
attachstringAttachment URL
actionsobject[]Custom action buttons for the notification. Each action should have 'action', 'label', and 'url' fields.
messagestringMessage body text. Defaults to 'triggered' if omitted.
filenamestringAttachment filename
markdownbooleanSet to true if message uses Markdown formatting
priorityintegerPriority level: 1=min, 2=low, 3=default, 4=high, 5=max
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Message to TopicNTFY_PUBLISH_MESSAGEAcciónTool to publish a message to a ntfy topic. Use when you need to send notifications or alerts to a topic. Topics are created dynamically if they don't exist.
NTFY_PUBLISH_MESSAGEAcciónTool to publish a message to a ntfy topic. Use when you need to send notifications or alerts to a topic. Topics are created dynamically if they don't exist.
Parámetros de entrada
iconstringURL to a custom icon image to display with the notification.
tagsstringComma-separated list of emoji shortcodes or text tags to display with the notification.
clickstringURL to open when the notification is clicked.
delaystringSchedule the notification for delayed delivery (e.g., '30m', '1h', 'tomorrow 10am'). Minimum delay is 10 seconds, maximum is 3 days.
emailstringEmail address to forward the notification to.
titlestringOptional notification title. If not provided, topic name is used.
topicstringObligatorioThe topic name to publish the message to. Topic will be created dynamically if it doesn't exist.
attachstringURL of a file to attach to the notification.
actionsstringAction button definitions (maximum 3 buttons per message). Format: 'action, label, url; ...'
messagestringObligatorioThe message body text to publish.
filenamestringCustom filename for the attachment (only used if attach is specified).
markdownbooleanEnable Markdown formatting in the message body. Default is False.
priorityintegerenumPriority level (1=min, 2=low, 3=default, 4=high, 5=max/urgent). Default is 3.
12345
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Message to Topic (PUT)NTFY_PUBLISH_MESSAGE_PUTAcciónTool to publish a message to a topic using PUT method. Use when you need to send notifications to subscribers of a topic. Supports various options like priority, tags, attachments, and scheduled delivery.
NTFY_PUBLISH_MESSAGE_PUTAcciónTool to publish a message to a topic using PUT method. Use when you need to send notifications to subscribers of a topic. Supports various options like priority, tags, attachments, and scheduled delivery.
Parámetros de entrada
iconstringURL of a custom icon to display with the notification.
tagsstringComma-separated emoji tags or custom labels for categorizing the message.
clickstringURL to open when the notification is clicked.
delaystringScheduled delivery time using duration (e.g., '30min', '1h'), Unix timestamp, or natural language.
emailstringEmail address to forward the notification to.
titlestringNotification title displayed prominently in the notification.
topicstringObligatorioTarget topic name to publish the message to.
attachstringURL of a file to attach to the notification.
actionsstringJSON string array of user action buttons (up to 3) for interactive notifications.
messagestringObligatorioThe notification message content to be published.
filenamestringCustom filename for the attachment. Only used when attach is provided.
markdownbooleanEnable Markdown formatting in the message body.
priorityintegerMessage priority level (1=min, 3=default, 5=max). Controls notification urgency.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Message via GETNTFY_PUBLISH_VIA_GETAcciónTool to publish messages to ntfy via GET request with URL parameters. Use when PUT/POST methods are unavailable or for simple webhook integration. Supports all message parameters as query strings. Without parameters, sends 'triggered' as message.
NTFY_PUBLISH_VIA_GETAcciónTool to publish messages to ntfy via GET request with URL parameters. Use when PUT/POST methods are unavailable or for simple webhook integration. Supports all message parameters as query strings. Without parameters, sends 'triggered' as message.
Parámetros de entrada
authstringAuthentication credentials as query parameter.
callstringTrigger phone call notification (phone number or 'yes').
iconstringNotification icon URL.
tagsstringComma-separated list of emoji/tag identifiers.
cachestringControl message caching behavior.
clickstringTarget URL opened when notification is clicked.
delaystringSchedule delivery using duration or timestamp (e.g., '30m', '1h', 'tomorrow 10am').
emailstringForward notification to specified email address.
titlestringNotification title that overrides the topic name.
topicstringObligatorioThe topic name to publish the message to. This will be part of the URL path.
attachstringAttachment file URL.
actionsstringCustom action button definitions (string format for GET requests).
messagestringCustom message body text. If not provided, defaults to 'triggered'.
filenamestringCustom attachment filename (only used if attach is specified).
firebasestringControl Firebase push notification behavior.
markdownbooleanEnable Markdown formatting in message body.
priorityintegerUrgency level from 1-5 (1=min, 3=default, 5=max). Default is 3 if not specified.
templatestringTemplate name for JSON transformation (e.g., 'github', 'grafana', 'alertmanager').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Message via WebhookNTFY_SEND_WEBHOOKAcciónTool to send messages via webhook endpoint using simple GET request. Use when you need a simple webhook-style integration or for clients with limited HTTP support.
NTFY_SEND_WEBHOOKAcciónTool to send messages via webhook endpoint using simple GET request. Use when you need a simple webhook-style integration or for clients with limited HTTP support.
Parámetros de entrada
callstringPhone number for voice call notification or 'yes' to use default
iconstringCustom notification icon URL
tagsstringComma-separated tags/emojis for the message
clickstringWebsite/URL to open when notification is clicked
delaystringScheduled delivery time (duration or natural language). Can also use 'at' or 'in' parameters.
emailstringEmail address to forward message via email
titlestringMessage title. Overrides default topic URL.
topicstringObligatorioTarget topic name to send the message to
attachstringURL of file attachment
messagestringCustom message body. Defaults to 'triggered' if omitted.
filenamestringCustom filename for attachment
markdownbooleanEnable Markdown formatting for the message
prioritystringMessage priority. Accepts 1-5 or 'min'/'low'/'default'/'high'/'max'/'urgent'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Subscribe to NTFY Topic with FiltersNTFY_SUBSCRIBE_FILTEREDAcciónTool to subscribe to a ntfy topic with filters based on message fields (id, message, title, priority, tags). Use when you need to retrieve specific messages from a topic using filter criteria. Returns matching messages from the topic as a JSON stream.
NTFY_SUBSCRIBE_FILTEREDAcciónTool to subscribe to a ntfy topic with filters based on message fields (id, message, title, priority, tags). Use when you need to retrieve specific messages from a topic using filter criteria. Returns matching messages from the topic as a JSON stream.
Parámetros de entrada
idstringFilter by exact message ID
pollstringSet to '1' to enable polling mode - returns cached messages and closes connection instead of keeping stream open
tagsstringFilter by tags (comma-separated). All specified tags must match (AND logic)
sincestringReturn cached messages since duration (e.g., '10m'), Unix timestamp, or message ID
titlestringFilter by exact title text
topicstringObligatorioThe topic name to subscribe to
messagestringFilter by exact message text
prioritystringFilter by priority level (comma-separated for multiple). Values: 1-5 or min/low/default/high/max/urgent. Uses OR logic for multiple values
scheduledstringInclude scheduled/delayed messages in results. Set to '1' to include
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Subscribe to Topic (JSON Stream)NTFY_SUBSCRIBE_JSON_STREAMAcciónTool to subscribe to a ntfy topic and receive messages as JSON stream. Use when you need to retrieve cached messages from a topic. The action polls the topic and returns immediately with cached messages.
NTFY_SUBSCRIBE_JSON_STREAMAcciónTool to subscribe to a ntfy topic and receive messages as JSON stream. Use when you need to retrieve cached messages from a topic. The action polls the topic and returns immediately with cached messages.
Parámetros de entrada
idstringFilter by exact message ID.
pollbooleanIf true, return cached messages and close connection immediately. If false, maintain long-standing connection (not recommended for actions). Default is true.
tagsstringComma-separated tags list (logical AND).
sincestringFilter messages by time/ID. Accepts duration (e.g., '10m', '1h'), Unix timestamp, message ID, or 'all' for all cached messages.
titlestringFilter by exact title.
topicstringObligatorioTopic name to subscribe to. Supports comma-separated list for multiple topics.
messagestringFilter by exact message text.
prioritystringComma-separated priority list (logical OR). Values: min, low, default, high, urgent, or 1-5.
scheduledbooleanInclude scheduled/delayed messages in response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Subscribe to Multiple NTFY TopicsNTFY_SUBSCRIBE_MULTIPLE_TOPICSAcciónTool to subscribe to multiple ntfy topics simultaneously using comma-separated topic list. Use when you need to receive messages from multiple topics in a single API call. Returns cached messages when used with poll=true parameter.
NTFY_SUBSCRIBE_MULTIPLE_TOPICSAcciónTool to subscribe to multiple ntfy topics simultaneously using comma-separated topic list. Use when you need to receive messages from multiple topics in a single API call. Returns cached messages when used with poll=true parameter.
Parámetros de entrada
idstringFilter by exact message ID.
authstringAuthentication credentials (encoded). Can also use HTTP Basic Auth headers.
pollbooleanIf true, return cached messages and close connection immediately. Works with 'since' parameter (defaults to since=all if not specified).
tagsstringFilter by tags (comma-separated, AND logic). Only returns messages matching all listed tags.
sincestringReturn cached messages since specified time/ID. Accepts formats: duration (e.g., '10m', '30s'), Unix timestamp (e.g., '1635528757'), message ID (e.g., 'nFS3knfcQ1xe'), 'all' (entire cache), or 'latest' (most recent only).
titlestringFilter by exact title text.
topicsstring[]ObligatorioList of topic names to subscribe to. Topic names are case-sensitive and can contain letters, numbers, underscores, and hyphens.
messagestringFilter by exact message text.
prioritystringFilter by priority levels (comma-separated, OR logic). Values: 1-5 (1=min, 3=default, 5=max).
scheduledbooleanIf true, include scheduled/delayed messages in the message list.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Subscribe to Topic (Raw Stream)NTFY_SUBSCRIBE_RAW_STREAMAcciónTool to subscribe to a topic and receive message bodies as raw text stream. Use when you need to retrieve messages without metadata like priority, tags, or titles. Each line in the response contains only the message body. Empty lines represent keepalive messages. In streaming mode, the connection remains open to receive new messages. With poll=1, cached messages are returned and the connection closes.
NTFY_SUBSCRIBE_RAW_STREAMAcciónTool to subscribe to a topic and receive message bodies as raw text stream. Use when you need to retrieve messages without metadata like priority, tags, or titles. Each line in the response contains only the message body. Empty lines represent keepalive messages. In streaming mode, the connection remains open to receive new messages. With poll=1, cached messages are returned and the connection closes.
Parámetros de entrada
idstringFilter returning only exact message ID matches.
pollbooleanReturn cached messages and close connection. If true (poll=1), returns all cached messages and closes connection. If false or not set, streams messages in real-time.
tagsstringFilter by comma-separated tags. Returns messages matching all listed tags.
sincestringReturn cached messages since timestamp, duration or message ID. Examples: '10m', '1645970742', 'nFS3knfcQ1xe', 'all', 'latest'.
titlestringFilter for exact title string matches.
topicstringObligatorioThe topic name to subscribe to.
messagestringFilter for exact message body matches.
prioritystringFilter by comma-separated priorities. Returns messages matching any listed priority.
scheduledbooleanInclude scheduled/delayed messages in message list. Set to true to include scheduled messages.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trigger NTFY WebhookNTFY_TRIGGER_WEBHOOKAcciónTool to trigger a webhook to publish a message to an ntfy topic via simple HTTP GET request. Use when you need to send notifications through webhooks without requiring a POST body. Sends a default 'triggered' message if no custom message is provided.
NTFY_TRIGGER_WEBHOOKAcciónTool to trigger a webhook to publish a message to an ntfy topic via simple HTTP GET request. Use when you need to send notifications through webhooks without requiring a POST body. Sends a default 'triggered' message if no custom message is provided.
Parámetros de entrada
tagsstringComma-separated list of tags that may map to emojis.
clickstringWebsite URL opened when notification is clicked.
titlestringMessage title. If not provided, defaults to 'ntfy.sh/<topic>'.
topicstringObligatorioThe topic name to publish the message to. This will be part of the URL path.
messagestringCustom message text to publish. If not provided, defaults to 'triggered'.
priorityintegerMessage priority level (1=min, 3=default, 5=max).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not