provider Mailbox PUT /mailbox/mailThreads/{id}
@utdk/pipedrive /mailbox/mailThreads/{id}
Update mail thread details
Updates the properties of a mail thread.
id path required
The ID of the mail thread
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatemailthreaddetails
PUT/mailbox/mailThreads/{id}
Updates the properties of a mail thread.

Parameters

required

The ID of the mail thread

Input

The ID of the deal this thread is associated with

The ID of the lead this thread is associated with

Whether this thread is shared with other users in your company

Whether this thread is read or unread

Whether this thread is archived or not. You can only archive threads that belong to Inbox folder. Archived threads will disappear from Inbox.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.updatemailthreaddetails()