Messages

List Messages

get

Retrieve recent project outreach messages for reporting or auditing with optional calendar bounds on a chosen message datetime column.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
channelstring · enum · nullableOptional

Filter messages by delivery channel.

Possible values:
date_fromstring · date · nullableOptional

Inclusive lower calendar date (YYYY-MM-DD) for the column chosen by date_key, defaulting to created_at when date_key is omitted.

date_keystring · enum · nullableOptional

Message datetime column paired with date_from and date_to (defaults to created_at when omitted).

Possible values:
date_tostring · date · nullableOptional

Inclusive upper calendar date (YYYY-MM-DD) for the column chosen by date_key; must be on or after date_from when both bounds are provided.

template_slugstring · nullableOptional

Filter messages by template slug prefix.

statusstring · enum · nullableOptional

Filter messages by delivery status.

Possible values:
sort_keystring · enum · nullableOptional

Message timestamp field to sort by.

Possible values:
sort_dirstring · enum · nullableOptional

Sort direction: asc or desc.

Possible values:
limitinteger · nullableOptional

Maximum number of records to return.

Responses
chevron-right
200

Success

application/json

Object containing response data for this resource.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Short code or application-level status code for this resource.

get
/messages
200

Success

Delete Message

delete

Delete a scheduled or sent outreach message for the authenticated project.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

Unique numeric identifier for this message.

Responses
chevron-right
200

Success

application/json

Confirms the message was deleted and related ask completion was refreshed when applicable.

successbooleanOptional

Indicates whether the request completed successfully.

codeintegerOptional

Application-level status code returned by More Good Reviews.

delete
/messages/{id}
200

Success

Last updated