Complete 10Web Automation Workflow

Job ID: 40429369

Budget: $10 – $30 USD

THE COMPLETE 10WEB AUTOMATED
WEBSITE GENERATION WORKFLOW
(Lobstr 10Web Make.com Instantly SMS Email Followups
Logging)
PHASE 1 LEAD SCRAPING (NO
WEBSITE FILTER)
1. Lobstr.io Scrape Businesses With NO Website
Module: HTTP GET

Endpoint:

https://api.lobstr.io/maps/search

Query Parameters:

query={{business_type}} in {{city}}
no_website=true
limit=50
api_key={{your_key}}
Returns:

Business name
Owner name
Phone
Email
Address
Google Maps URL
Website (empty)
3. Iterator Loop Through Each Lead
Each lead becomes its own automated website build.

PHASE 2 AUTOMATED WEBSITE
GENERATION (10WEB)
10Web uses WordPress REST API, which means you can:

Autocreate a site
Autoduplicate a template
Autogenerate pages
Autoinsert content
Autopublish
Heres the exact flow:

4. Create a New Website in 10Web
Module: HTTP POST

Endpoint:

https://api.10web.io/sites

Payload:

json

{

"site_name": "{{business_name}}",

"template_id": "{{your_template_id}}",

"domain": "auto"

}

Returns:

site_id
wp_admin_url
wp_username
wp_password
Store these in variables for the next steps.

5. Generate MultiPage Content With AI (OpenAI Module)
Module: OpenAI Chat Completion

Prompt:

Generate SEOfriendly website content for a {{business_type}} business named
{{business_name}} in {{city}}.

Return structured JSON with:

Home page
About page
Services page
Contact page
FAQ page
Hero headline
Subheadline
Calltoaction
3 service descriptions
5 FAQs
Contact paragraph

Keep it professional, friendly, and conversionfocused.
Returns:

Full multipage content in JSON
6. Create Pages in WordPress (10Web Site)
For each page:

Module: HTTP POST

Endpoint:

https://{{site_id}}.10web.site/wp-json/wp/v2/pages

Payload Example (Home Page):

json

{

"title": "Home",

"content": "{{home_page_content}}",

"status": "publish"

}

Repeat for:

About
Services
Contact
FAQ
7. Insert Contact Form Automatically
Module: HTTP POST

Endpoint:

/wp-json/wp/v2/pages/{{contact_page_id}}

Payload:

Insert a shortcode like:

json

{

"content": "{{contact_page_content}} [contact-form-7 id=\"123\"]"

}

8. Publish the Website
10Web autopublishes when pages are created.

Final Output:

live_site_url
admin_url
PHASE 3 OUTREACH AUTOMATION
9. Generate Bilingual Outreach Message
Module: OpenAI

Prompt:

Write a friendly bilingual outreach message (English + Spanish) for {{business_name}} in
{{city}}.

Explain that we built a free multipage website for them.

Include the demo link: {{live_site_url}}.

Tone: humble, helpful, nonsalesy.

Returns:

SMS version
Email version
Spanish version
10. Send SMS (Twilio)
Module: Twilio Send SMS

To: {{phone}}

Message: {{sms_message}}

11. Send Email (Gmail or Outlook)
Module: Send Email

To: {{email}}

Subject: We built a free website for {{business_name}}

Body: {{email_message}}

12. Push Lead Into Instantly Campaign
Module: HTTP POST

Endpoint: Instantly API Add Lead

Payload:

json

{

"email": "{{email}}",

"firstName": "{{owner_name}}",

"customFields": {

"website_url": "{{live_site_url}}",

"business_name": "{{business_name}}"

}

}

PHASE 4 FOLLOWUPS
13. Delay 24 Hours FollowUp #1
Send bilingual reminders via SMS + email.

FollowUp #1 (24 Hours Later)
English
Hi {{name}}, just following up in case you missed my last message.

I built a free website for your business and wanted to make sure you were able to see it.

Heres the link again: {{website_url}}

If anything needs to be changed, Im happy to adjust it for you.

Spanish
Hola {{name}}, solo quera dar seguimiento por si no viste mi mensaje anterior.

Hice una pgina web gratuita para tu negocio y quera asegurarme de que pudieras verla.

Aqu est el enlace otra vez: {{website_url}}

Si necesitas algn cambio, con gusto lo ajusto.

14. Delay 72 Hours FollowUp #2
Send final reminder.

FollowUp #2 (72 Hours Later Final
Touch)
English
Hi {{name}}, this will be my last message.

I built the website for you because your business didnt have one online, and I wanted to help
you get more customers.

Heres the link one more time: {{website_url}}

If youd like me to update it or make it your official site, just let me know.