Learn R Programming

civis (version 3.0.0)

admin_post_announcements: Post an announcement

Description

Post an announcement

Usage

admin_post_announcements(subject, body, released_at = NULL)

Value

A list containing the following elements:

id

integer, The ID of this announcement

subject

string, The subject of this announcement.

body

string, The body of this announcement.

releasedAt

string, The date and time this announcement was released.

createdAt

string,

updatedAt

string,

Arguments

subject

string required. The subject of this announcement.

body

string required. The body of this announcement.

released_at

string optional. The date and time this announcement was released.