文件名称:gatsby-source-marketo-forms:Gatsby插件可从Marketo平台获取表单数据并创建graphql查询
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-12 10:13:00
JavaScript
gatsby-source-marketo-forms 插件可从marketo平台获取表单数据并创建gatsby数据查询 安装 npm install gatsby-source-marketo-forms yarn add gatsby-source-marketo-forms 如何使用 您需要为marketo API创建凭据。 有关如何创建这些密钥的所有说明,您可以在此链接中找到-> 设置 转到gatsby-config并将以下行添加到配置中 { resolve: 'gatsby-source-marketo', options: { munchkinId: MUNCHKIN_ID_KEY, clientId: 'CLIENT_ID_KEY', clientSecret: CLIENT_SECRET_KEY', maxReturn: S
【文件预览】:
gatsby-source-marketo-forms-master
----.gitignore(12B)
----package.json(779B)
----README.md(2KB)
----gatsby-node.js(2KB)