Skip to main content
POST
Send creditor profile contact email

Authorizations

Authorization
string
header
required

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

Path Parameters

creditorProfile
integer
required

Creditor profile ID from the manage creditors list.

contact
integer
required

Creditor profile contact ID.

Body

application/json
subject
string
required
Maximum string length: 255
Example:

"Profile follow up"

content
string
required

HTML, Markdown, or plain-text email body.

Example:

"<p>Hello creditor.</p>"

Response

Contact email sent.

message
string
required
Last modified on July 19, 2026