This action will toggle the "Do not disturb" status.
- API endpoint slug
- relatel.do_not_disturb
- Filter code method
- Relatel.doNotDisturb.skip(string?: reason)
- Runtime method
- runAction("relatel.do_not_disturb", {})
Action fields
- Label
- Status
- Slug
- status
- Required
- true
- Can have default value
- true
- Filter code method
- Relatel.doNotDisturb.setStatus(string: status)
- Label
- Reason
- Helper text
- Reason for 'do not disturb'
- Slug
- reason
- Required
- false
- Can have default value
- true
- Filter code method
- Relatel.doNotDisturb.setReason(string: reason)
- Label
- Timeout at
- Helper text
- Time to end the 'do not disturb'
- Slug
- timeout_at
- Required
- false
- Can have default value
- true
- Filter code method
- Relatel.doNotDisturb.setTimeoutAt(string: timeoutAt)