Create Team
Creates a new team.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
Description | The description of team. |
Members | The users which will be added to team, and optionally their roles. |
Name | Name of the team. |
Example Output
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Workflow Library Example
Create Team with Opsgenie and Send Results Via Email
Preview this Workflow on desktop