Make x Notion integration

This is a part of an entire flow that automates an example workflow I was responsible for in integrating Gmail, Twilio, Notion, and Make
The first scenario shows the ability for Notion to send a webhook to Make after a specific event and sends that data to make to search for database items in a separate database that houses the templates of the messages of our drip campaigns and it's configurations to update the item where the webhook originated from
This next scenario is where Make watches the emails of a Gmail account that follow a set criteria and parses the email body, then parses the phone number for the country code's sake. It then splits the full name into first and last name via module that sets a variable and finally creates a database item in notion
This last scenario showcases the loop where Make searches for database items where next comm date is today, defines what the next sequence is (important for next steps), routes to different paths depending on whether the message to send is an email or sms, then gets the next message's template from the drip campaign messages template database and updates the originating item in Notion. (Twilio isn't shown as set up here since that requires an account in Twilio)