Send a transcript

Sends a transcript for a given chat to the given e-mail address

Try this request in your browser

/api/ /chats_for_sessions/send_transcript

Headers

X-Session-ID

Parameters

chat String
email_address String

The request output will be shown here...

URL

https://api.natterly.com/api/v1/chats_for_sessions/send_transcript

Access

Must be authenticated as a session If not authorised, a MustBeAuthenticatedAsSession error will be returned.

Parameters

Parameter Type Default

chat Required

The UUID of the chat

String null

email_address Required

The recipient's e-mail address

String null

Errors

Error Attributes

ChatNotFound

No chat found with given UUID

Response Data

This action will return a Boolean.