Is there a way to extract the following data from an email in a Gmail account, such as the phone number and email address?
Here’s the use case: we want to extract the necessary data from a Gmail email when a customer purchases a membership. We use a platform with API and Webhooks. Our goal is to send a message via ManyChat, and to do this, we need to extract the WhatsApp number from the Gmail email using ChatGPT.
Is this possible? What would be the process in ActivePieces?
Another option, if you don’t want to call OpenAI every time you run:
Create a code piece. This will allow you to run typescript on the email body to parse the WhatsApp number.
If you don’t know typescript (I didn’t) go to ChatGPT and give it a sample email and ask it to write a typescript code to extract the info. It helped to also give a screenshot of the piece configuration panel