@@ -247,30 +247,20 @@ const examples = [
247
247
href : 'https://hub.windmill.dev/flows/21'
248
248
} ,
249
249
{
250
- name : < span > Sign up a user in the database </ span > ,
250
+ name : < span > Populate Contact Details from Simple Email </ span > ,
251
251
description : (
252
252
< >
253
- Upon new user signup, check for existence in { ' ' }
253
+ From a signup’s email, parse the email and make a Google search. Use { ' ' }
254
254
< a
255
- href = "https://hub.windmill.dev/integrations/postgres "
255
+ href = "https://hub.windmill.dev/integrations/openai "
256
256
target = "_blank"
257
257
className = "!no-underline"
258
258
>
259
259
< 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
261
261
</ mark >
262
262
</ 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{ ' ' }
274
264
< a
275
265
href = "https://hub.windmill.dev/integrations/airtable"
276
266
target = "_blank"
@@ -280,10 +270,10 @@ const examples = [
280
270
Airtable
281
271
</ mark >
282
272
</ a >
283
- , send an Email to new user .
273
+ CRM .
284
274
</ >
285
275
) ,
286
- href : 'https://hub .windmill.dev/flows/23 '
276
+ href : 'https://www .windmill.dev/blog/automatically-populate-crm '
287
277
}
288
278
] ;
289
279
0 commit comments