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
- Label
- Vyb
- Helper text
- the Vyb to send
- Slug
- vyb
- Required
- true
- Can have default value
- false
- 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)
- 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)
- 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)
- 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)