Skip to main content
POST
Message a supplier about a project (start or continue their thread)

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Project ID

Body

application/json
supplier_id
integer
required

The supplier to message; must be engaged on the project.

Example:

45

body
string
required

The message text.

Example:

"Could you confirm who will lead accessibility testing? Please respond by Friday."

Response

The message sent, with its conversation

The response is of type object.