Skip to main content
POST
Share an opportunity, 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. opp is accepted as an opportunity alias.

Available options:
award,
contact,
opp,
opportunity
id
string
required

Govly entity ID. Opportunities take the numeric 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