79686175

Date: 2025-07-01 14:00:15
Score: 2
Natty:
Report link

Do you mean button like that?

enter image description here

you can use

composeview.addButton(buttonDescriptor)

InboxSDK.load(1, 'YOUR_APP_ID_HERE').then(function(sdk){
  sdk.Compose.registerComposeViewHandler(function(composeView){
    composeview.addButton({
        title: "title",
        onClik: ()=>{console.log("clicked");}
    })
  });
});
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chaya