Skip to content

Commit 311f026

Browse files
authored
Updated one example on landing and simplified the hub link on blog post (windmill-labs#136)
* Updated one example on landing and simplified the hub link on blog post * Changed hub link to blog link
1 parent fd3abb4 commit 311f026

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

blog/2023-03-29-automatically-populate-crm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ On your side, see the [details][wm-hub-flow] of the flow and fork it to [use it
330330
331331
<!-- Links -->
332332
333-
[wm-hub-flow]: https://hub.windmill.dev/flows/38/automatically-populate-crm-contact-details-from-simple-email
333+
[wm-hub-flow]: https://hub.windmill.dev/flows/38/

src/landing/FlowSection.jsx

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -247,30 +247,20 @@ const examples = [
247247
href: 'https://hub.windmill.dev/flows/21'
248248
},
249249
{
250-
name: <span>Sign up a user in the database</span>,
250+
name: <span>Populate Contact Details from Simple Email</span>,
251251
description: (
252252
<>
253-
Upon new user signup, check for existence in{' '}
253+
From a signup’s email, parse the email and make a Google search. Use {' '}
254254
<a
255-
href="https://hub.windmill.dev/integrations/postgres"
255+
href="https://hub.windmill.dev/integrations/openai"
256256
target="_blank"
257257
className="!no-underline"
258258
>
259259
<mark className="leading-none bg-blue-100 text-blue-600 hover:bg-blue-200 px-2 rounded font-semibold whitespace-nowrap">
260-
Postgres
260+
OpenAI
261261
</mark>
262262
</a>{' '}
263-
, hash password, add record to{' '}
264-
<a
265-
href="https://hub.windmill.dev/integrations/gdrive"
266-
target="_blank"
267-
className="!no-underline"
268-
>
269-
<mark className="leading-none bg-sky-100 text-sky-600 px-2 rounded font-semibold whitespace-nowrap hover:bg-sky-200">
270-
Google Drive
271-
</mark>
272-
</a>{' '}
273-
and{' '}
263+
to make sense of the results and fill the contact details in an{' '}
274264
<a
275265
href="https://hub.windmill.dev/integrations/airtable"
276266
target="_blank"
@@ -280,10 +270,10 @@ const examples = [
280270
Airtable
281271
</mark>
282272
</a>
283-
, send an Email to new user.
273+
CRM.
284274
</>
285275
),
286-
href: 'https://hub.windmill.dev/flows/23'
276+
href: 'https://www.windmill.dev/blog/automatically-populate-crm'
287277
}
288278
];
289279

0 commit comments

Comments
 (0)