Skip to main content
POST
Share an award or contact by email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required

Entity type to share.

Available options:
award,
contact
id
string
required

Govly entity ID. Awards also accept a uniqueKey.

subject
string
required

Subject line for the email.

recipients
object[]
required

Recipients to email.

Minimum array length: 1
custom_message
string

Optional note included above the record details.

email_recipient_groups
object[]

Groups recipients already listed above into one email per team. Does not add recipients.

Response

Recipients the share was sent to

data
object[]
required
meta
object