This step can put a user on call in a group on a shift.

- xmimoncallSteps.zip - Workflow zip file with the step and example flow
- xm.png - xMatters logo
This step puts the user who called it on call for a specified shift and on a specified team.
- Download the xmimoncallSteps.zip file onto your local computer
- Navigate to the Developer tab of your xMatters instance
- Click Import, and select the zip file you just downloaded
The xmimoncall step is now available in your custom steps. So navigate to the appropriate canvas so you can add the step there. If you'd like to experiment with it, the xmimoncall workflow has a canvas that can be triggered via HTTP call.
Name | Required? | Min | Max | Help Text | Default Value | Multiline |
---|---|---|---|---|---|---|
user_name | Yes | 0 | 2000 | Name of user to put on call | No | |
group_sep_character | Yes | 0 | 2000 | The character to separate the groups | ',' | No |
groups | Yes | 0 | 2000 | Groups separated by group_sep_character | No | |
shifts | Yes | 0 | 2000 | Shift to put on call for | 'Default Group' | No |
Name | Description |
---|---|
result | 'success' or 'failure' depending on 100% success or not |
rejected_groups | Groups failed to put user on call for |
This is an example of a slack slash command calling xmimoncall to put the user who called it on call. The slack slash command can be found in xMatters Labs
