View a single message body.
View a single message body.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/messages/string"{ "data": { "id": "string", "html_body": "string", "cc": [ "[email protected]" ], "bcc": [ "[email protected]" ], "extra": {}, "created_at": "2019-08-24T14:15:22Z", "conversation": { "id": "string", "inbox_id": "string", "ticket_id": 0, "has_attachment": true, "has_inline_attachment": true, "is_draft": true, "is_scheduled": true, "is_snoozed": true, "active": true, "subject": "string", "updated_subject": "string", "status": "Active", "is_spam": true, "priority": "High", "assignable_type": "string", "assignable_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z", "closed_at": "2019-08-24T14:15:22Z", "excerpt": "string", "messages_count": 0, "last_message_created_at": "2019-08-24T14:15:22Z", "intended_inbox_address_id": "string", "agents": [ "string" ], "contact": { "id": "string", "name": "string", "email": "[email protected]", "avatar": "http://example.com", "company": "string", "website": "string", "job_title": "string", "address": "string", "should_display_image": true, "notes": "string", "conversations_count": 0 }, "last_message": { "id": "string", "cc": [ "string" ], "bcc": [ "string" ], "record_type": "string", "status": "string", "direction": "string", "viewed_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "text_body": "string", "excerpt": "string", "html_body": "string", "extra": {}, "is_clipped": true, "intended_inbox_address_id": "string" }, "custom_field_values": {}, "viewer_id": "string", "viewed_at": "string", "last_message_by": "string" }, "contact": { "id": "string", "name": "string", "email": "[email protected]", "avatar": "http://example.com", "company": "string", "website": "string", "job_title": "string", "address": "string", "should_display_image": 0, "notes": "string", "extra": {}, "organization_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "inbox": { "id": "string", "name": "string", "inbox_address": "string", "connected_email_address": "string", "email_forwarding_enabled": 0, "from_name": "string", "default_status": "string", "default_assignee": "string", "signature": "string", "auto_bcc_enabled": true, "auto_bcc": "string", "auto_reply_enabled": true, "auto_reply_subject": "string", "auto_reply_body": "string", "off_hours_auto_reply_subject": "string", "off_hours_auto_reply_body": "string", "satisfaction_ratings_enabled": true, "satisfaction_ratings": {}, "extra": {}, "organization_id": "string", "deleted_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "reply_as_alias": true, "insert_signature": 0 } }}Remove a knowledge base member DELETE
Revokes one person's access to the help center. The ThriveDesk user account is untouched, and re-inviting them restores access. Proxied to the help-center service, so the status and body are whatever it returns. Listing and inviting members is not part of this surface. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.
Update a message PUT
Update a message. Personal access token only. The API supports a second, partner-issued token class that is not part of the public surface. This endpoint does not accept that class.