Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Jan 15, 2025
1 parent 91b009d commit fb6b91b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
37 changes: 16 additions & 21 deletions docs/zapier/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ id: introduction
sidebar_position: 1
---

import Head from '@docusaurus/Head';

<Head>
<script type="module" src="https://cdn.zapier.com/packages/partner-sdk/v0/zapier-elements/zapier-elements.esm.js"></script>
<link rel="stylesheet" href="https://cdn.zapier.com/packages/partner-sdk/v0/zapier-elements/zapier-elements.css"/>
</Head>

# WordLift Zapier Integration

The WordLift Zapier Integration allows you to **automate your semantic SEO workflows** by connecting WordLift with over 5,000+ apps. You can now leverage the power of Agent WordLift and your Knowledge Graph data across your entire marketing stack.
Expand Down Expand Up @@ -63,25 +56,27 @@ With WordLift's Zapier integration, marketers can:

Get started with our pre-built workflows or create your own custom automation:

<div>
<zapier-workflow
sign-up-email="[email protected]"
sign-up-first-name="first_name_of_your_user"
sign-up-last-name="last_name_of_your_user"
client-id="wb9T2yfrV66iC6KFbGRUYcYYGLE06d2NLOQirBPj"
theme="light"
intro-copy-display="show"
manage-zaps-display="hide"
guess-zap-display="hide"
/>
</div>
<div
dangerouslySetInnerHTML={{
__html: `
<zapier-workflow
sign-up-email="[email protected]"
sign-up-first-name="first_name_of_your_user"
sign-up-last-name="last_name_of_your_user"
client-id="wb9T2yfrV66iC6KFbGRUYcYYGLE06d2NLOQirBPj"
theme="light"
intro-copy-display="show"
manage-zaps-display="hide"
guess-zap-display="hide"
></zapier-workflow>
`
}}
/>

:::info Note
Watch our tutorial video to learn how to create powerful automation workflows with WordLift and Zapier.
:::

{/*Add video embed here when available*/}

## Examples

Here are some popular workflow templates to get you started:
Expand Down
12 changes: 11 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ const config = {
defaultLocale: "en",
locales: ["en"],
},

scripts: [
{
src: 'https://cdn.zapier.com/packages/partner-sdk/v0/zapier-elements/zapier-elements.esm.js',
type: 'module',
},
],
stylesheets: [
{
href: 'https://cdn.zapier.com/packages/partner-sdk/v0/zapier-elements/zapier-elements.css',
},
],
presets: [
[
"classic",
Expand Down

0 comments on commit fb6b91b

Please sign in to comment.