Is it possible to create a snippet that fills in the email subject line and email message body in one snippet?
Hi @anzalone.mike,
Welcome to the forum
Yes, you can use our Autopilot commands, for example, {key}
command to jump between fields while inserting the content. You can try using the following example in Gmail.
Note: You should try this snippet in the subject line.
Example Subject{key: tab}Example Body
Hello,
Am I correct in understanding that your example:
Example Subject{key: tab}Example Body
works only in Gmail? I am using Outlook, and when I input this in the first line of my snippet, the subject appears as the first line in the email body instead of in the "subject" field. I then have to manually copy it to the email's subject field and delete it from the first line of the body.
Is there a way to make it work differently?
If I understand your question correctly, were you running your snippet in the subject line or email body?
This snippet will work only if you run your snippet in the subject line.
I am using Outlook. My question is:
is it possible to write somewhere in my text blaze snippet the subject of my email message whish fills in automatically in my outlook email subject field here:
Sorry, I understood now how this works:
Example Subject{key: tab}Example Body
Everything clear! Thank you!