Whenever a new email thread arrives, Slap creates a corresponding page in your connected Notion database. By default, this page is named after the email subject.
Want to customize how pages are named? You can easily do this with a simple Notion automation.
Create a new automation in your database: Then name it (e.g. Set email page name).
Trigger: Select When page is created.
Action: Choose Edit property > Name and set it to Edit as formula.
Formula: Use a formula to customize the page name based on your requirements. For example, if you want to name the page after the sender’s email address, your formula could look like this:
Trigger Page.Email
Where Email is the property where I store my contact’s email address.
Save the automation, and every email page will now be named by its sender’s email address upon creation.
<aside> Still having issues? Please contact us at [email protected] for assistance.
</aside>