We are developing a gmail addon to set signatures as soon as compose button in the gmail ui is clicked. Our understanding is that it should call the contextualTriggers, but that doesnt seem to be happening. Tried both with gmail at the root level in the json, and within “addOns”.”gmail”
part of appsettings.json
"gmail": {
"contextualTriggers": [
{
"unconditional": {},
"onTriggerFunction": "insertQuoteAction"
}
],
Any suggestion?