• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Haro Workflow

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
 

ArshilAhmad

Moderator
Staff member
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.

Iterate Through Each Row Send Information to ChatGPT
Please watch the video attached below to understand how an Iterator functions.

Watch this video to understand how you can setup ChatGPT as your action application.

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.

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.
 
Top