mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 18:50:24 +00:00
Update meeting link (#780)
This commit is contained in:
parent
0292917c05
commit
663c7ff032
5 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ What Skyvern doesn’t reliably execute:
|
||||||
|
|
||||||
* Recursively scrape or iterate over multiple items
|
* Recursively scrape or iterate over multiple items
|
||||||
* Completing multiple goals in a sequence
|
* Completing multiple goals in a sequence
|
||||||
* However, our newest Workflows feature will allow you to accommodate that. Please reach out to us (https://meetings.hubspot.com/suchintan) if you'd like to learn more!
|
* However, our newest Workflows feature will allow you to accommodate that. Please reach out to us (https://meetings.hubspot.com/skyvern/demo) if you'd like to learn more!
|
||||||
|
|
||||||
### 3. Is your prompt well-written?
|
### 3. Is your prompt well-written?
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
{
|
{
|
||||||
"name": "Book a demo",
|
"name": "Book a demo",
|
||||||
"icon": "calendar",
|
"icon": "calendar",
|
||||||
"url": "https://meetings.hubspot.com/suchintan"
|
"url": "https://meetings.hubspot.com/skyvern/demo"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"navigation": [
|
"navigation": [
|
||||||
|
|
|
@ -61,7 +61,7 @@ To read about specific blocks, check out [the block documentation](/workflows/wo
|
||||||
|
|
||||||
|
|
||||||
## Managing Credentials and Sensitive Information
|
## Managing Credentials and Sensitive Information
|
||||||
This is something the Skyvern team will need to set you up with today. If you're interested, please [book a call with Suchintan](https://meetings.hubspot.com/suchintan)
|
This is something the Skyvern team will need to set you up with today. If you're interested, please [book a call with Suchintan](https://meetings.hubspot.com/skyvern/demo)
|
||||||
|
|
||||||
|
|
||||||
## Common concepts
|
## Common concepts
|
||||||
|
|
|
@ -189,7 +189,7 @@ function TaskTemplates() {
|
||||||
</AlertTitle>
|
</AlertTitle>
|
||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
<a
|
<a
|
||||||
href="https://meetings.hubspot.com/suchintan"
|
href="https://meetings.hubspot.com/skyvern/demo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="ml-auto underline underline-offset-2"
|
className="ml-auto underline underline-offset-2"
|
||||||
|
|
|
@ -22,7 +22,7 @@ function WorkflowsBetaAlertCard() {
|
||||||
</Button>
|
</Button>
|
||||||
<Button asChild>
|
<Button asChild>
|
||||||
<a
|
<a
|
||||||
href="https://meetings.hubspot.com/suchintan"
|
href="https://meetings.hubspot.com/skyvern/demo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue