create_contact_point | R Documentation |
Create a new contact point of a supported type (among: "email", "slack").
create_contact_point( project_id, type, name, addresses = NULL, webhook_url = NULL )
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. |
list - parsed content of the contact point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.