Haro Workflow
Status: Open · Asked by capitalpun on · 0 views
I'm attempting to create a HARO workflow. I honestly can't get past doing the initial split for the parsed email body text. I want to iterate from each result using a for loop so that I can have this workflow work consistently. Extremely new to this, haven't coded anything in a long time either. Please help me by telling me the right way to tackle this on this platform.
Pseudo Code
Input:
Haro Email Comes In
Process:
Text Format Split Parse Email
Import each result to it's own row in a Excel Spreadsheet with Title, Name, Category, Email, Media Outlet, Query, Deadline for Headers
Iterate Through Each Row Send Information to ChatGPT
Assign it a relevancy score add the score to the appropriate row
If score is above a certain threshold
Output:
Create an email response
Send email
Hi @capitalpun,
I'm attempting to create a HARO workflow. I honestly can't get past doing the initial split for the parsed email body text. I want to iterate from each result using a for loop so that I can have this workflow work consistently. Extremely new to this, haven't coded anything in a long time either. Please help me by telling me the right way to tackle this on this platform.Pseudo Code
Input:
Haro Email Comes In
Based on the workflow you have shared, it seem like you have already used Email Parser for this.
Process:
Text Format Split Parse Email
Please watch the video attached below to understand how Text Formatter works, you will have to set this up as per the information you want to extract.
youtube.com/watch?v=oFvzL6iaDAI
Iterate Through Each Row Send Information to ChatGPT
Please watch the video attached below to understand how an Iterator functions.
youtube.com/watch?v=6_MsWlC7nAo:387
Watch this video to understand how you can setup ChatGPT as your action application.
youtube.com/watch?v=VoIorJ8f5Dg
Assign it a relevancy score add the score to the appropriate row. If score is above a certain threshold
You can try using a Router for this requirement.
youtube.com/watch?v=6XDASZVv3tw
Output:Create an email response
Send email
Please watch this video to understand how you can setup Gmail as your action application to send emails.