This action will send a message to EveryKit.
- API endpoint slug
- everykit.send_message
- Filter code method
- Everykit.sendMessage.skip(string?: reason)
- Runtime method
- runAction("everykit.send_message", {})
Action fields
- Label
- Which EveryKit?
- Slug
- which_every_kit
- Required
- true
- Can have default value
- false
- Label
- What data?
- Helper text
- Optional — You can use the data from the trigger in this action field.
- Slug
- what_data
- Required
- false
- Can have default value
- true
- Filter code method
- Everykit.sendMessage.setWhatData(string: whatData)
- Label
- What message?
- Helper text
- You can choose any name for the message. After making the message, use it on the Everykit block program.
- Slug
- action_message
- Required
- true
- Can have default value
- true
- Filter code method
- Everykit.sendMessage.setActionMessage(string: actionMessage)