API Reference
Attachment
Create Read Update and Delete methods for Attachment
Create attachment
Thread id in string format
Step id in string format
Id in string format
Metadata in dictionary format
Mime in string format
Name in string format
Object key in string format
Url in string format
Content that can be either of bytes or string format
Path in string format
Return type
Return an Attachment
Update attachment
Id in string format
Metadata in dictionary format
Mime in string format
Name in string format
Object key in string format
Url in string format
Return type
Return an Attachment
Get attachment
Id in string format
Return type
Return an Attachment, can be None if the attachment is not found
Delete attachment
Id in string format
Was this page helpful?