Vorrei avere più info per inviare automaticamente una mail alla creazione o altro di una card. attualmente ho creato un pulsante che invia una mail e prende l indirizzo dalla "descrizione" ma nella descrizione non posso mettere altro altrimenti non invia la mail.
come posso risolver? posso mettere il comando fuori dalla descizione?
Hi @DONATO FRATTO ,
You could maybe create a custom field (e.g., a text field) and then use it for sending emails instead of using the description field.
For example:
When it comes to automation, something like this would work:
Trigger: when a card is created (you can also specify in list "List Name").
Action: send an email notification to {{%Email}} with subject "New Card: {cardname}" and message "{carddescription}"
As you'll create a text field, this still leaves room for error, as you can misspell the actual address, but I'd say it's still better than using a description field for it. 🤔
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.