JavaScript
import AIInbx from 'aiinbx'; const client = new AIInbx({ apiKey: 'My API Key', }); const response = await client.threads.forward('threadId', { to: '[email protected]' }); console.log(response.emailId);
{ "emailId": "<string>", "threadId": "<string>", "messageId": "<string>" }
Forward the entire thread as a readable transcript.
API Key authentication using Bearer token
The ID of the thread to forward
2000
320
Show child attributes
attachment
inline
Successful response
Was this page helpful?