Group Location
Explore Plans
Mobile menu Close menu
Vybit Push NotificationsVybit Push Notifications

Send Vyb

This action will trigger a specified Vyb in your Vybit account.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will trigger a specified Vyb in your Vybit account.
API endpoint slug
vybit.send_vyb
Filter code method
Vybit.sendVyb.skip(string?: reason)
Runtime method
runAction("vybit.send_vyb", {})

Action fields

Vyb Dropdown list

Label
Vyb
Helper text
the Vyb to send
Slug
vyb
Required
true
Can have default value
false

Message Text input > Short text

Label
Message - an optional message to include with the notification (overrides the default message for the Vyb)
Slug
message
Required
false
Can have default value
true
Filter code method
Vybit.sendVyb.setMessage(string: message)

Link URL Text input > Link

Label
Link URL - an optional destination link to include with the notification (overrides the default link for the Vyb)
Slug
linkUrl
Required
false
Can have default value
true
Filter code method
Vybit.sendVyb.setLinkUrl(string: linkUrl)

Image URL Text input > Photo

Label
Image URL - an optional image to include with the notification (overrides the default image for the Vyb)
Slug
imageUrl
Required
false
Can have default value
true
Filter code method
Vybit.sendVyb.setImageUrl(string: imageUrl)

Log Text input > HTML

Label
Log - optional content to append to the Vyb notification log. Hyperlinks are supported.
Slug
log
Required
false
Can have default value
true
Filter code method
Vybit.sendVyb.setLog(string: log)