Remove a message from the timeline
Deletes Bellwork's record of a message. This is NOT an unsend — a message that has already gone is in the recipient's inbox and cannot be reached. Useful for a test send, a message filed against the wrong person, or correspondence a customer would rather not keep on file.
Deletes Bellwork's record of a message. This is NOT an unsend — a message that has already gone is in the recipient's inbox and cannot be reached. Useful for a test send, a message filed against the wrong person, or correspondence a customer would rather not keep on file.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Path Parameters
The message to remove.
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/org/communications/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "module_required",
"module": "string",
"message": "string",
"contact": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Import mail history from a connected mailbox POST
Reads back through a connected mailbox and files the correspondence that belongs to a district. A message is kept when the person is already a contact, is in the corpus, or writes from a domain that belongs to exactly one district; anyone new is created as a contact and recorded against the org. Everything else is left alone. Idempotent — a second sweep over the same window writes nothing.
Download a file from a message GET
Returns the file itself. Two sources sit behind one address: a file the org sent is read from its own storage, while a file a district sent is fetched from the mail provider on demand — Bellwork records the name and size of an inbound attachment but never copies the bytes. Always served as an attachment, never inline.