create_contact_point {previsionio}R Documentation

Create a new contact point of a supported type (among: "email", "slack").

Description

Create a new contact point of a supported type (among: "email", "slack").

Usage

create_contact_point(
  project_id,
  type,
  name,
  addresses = NULL,
  webhook_url = NULL
)

Arguments

project_id

id of the project, can be obtained with get_projects().

type

contact point type among "email" or "slack".

name

contact point name.

addresses

contact point addresses.

webhook_url

contact point webhook_url.

Value

list - parsed content of the contact point.


[Package previsionio version 11.7.0 Index]