Macros
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the macro to update.
Body
macro_group_idstringOptional
The ID of the macro group this macro belongs to.
namestringOptional
The name of the macro.
text_htmlstringOptional
The HTML content of the macro.
text_typestringOptional
The type of text: "reply", "note", or "email".
Responses
200Success
application/json
400Error
application/json
403Error
application/json
404Error
application/json
500Error
application/json
patch
/macros/{id}Authorizations
AuthorizationstringRequired
Authorization: Bearer
Body
macro_group_idstringRequired
The ID of the macro group this macro belongs to.
namestringRequired
The name of the macro.
text_htmlstringRequired
The HTML content of the macro.
text_typestringOptional
The type of text: "reply", "note", or "email". Defaults to "reply".
Responses
200Success
application/json
400Error
application/json
403Error
application/json
500Error
application/json
post
/macrosLast updated
Was this helpful?

