Skip to content

Commit 2d7fbf3

Browse files
authoredFeb 19, 2025
Add ConvertAPI cred-only page (n8n-io#2859)
1 parent 8bd6c4a commit 2d7fbf3

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
3+
title: ConvertAPI credentials
4+
description: Documentation for the ConvertAPI credentials. Use these credentials to authenticate ConvertAPI in n8n, a workflow automation platform.
5+
contentType: [integration, reference]
6+
---
7+
8+
# ConvertAPI credentials
9+
10+
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
11+
12+
## Supported authentication methods
13+
14+
* API Token
15+
16+
## Related resources
17+
18+
Refer to [ConvertAPI's API documentation](https://docs.convertapi.com/docs/getting-started) for more information about the service.
19+
20+
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations.md) to learn more. View [example workflows and related content](https://n8n.io/integrations/convertapi/) on n8n's website.
21+
22+
## Using API Token
23+
24+
To configure this credential, you'll need a [ConvertAPI](https://www.convertapi.com/a/signin) account and:
25+
26+
- An [**API Token**](https://docs.convertapi.com/docs/api-tokens) to authenticate requests to the service.
27+
28+
Refer to [ConvertAPI's API documentation](https://docs.convertapi.com/docs/authentication) for more information about authenticating to the service.

‎mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ nav:
10041004
- integrations/builtin/credentials/coda.md
10051005
- integrations/builtin/credentials/cohere.md
10061006
- integrations/builtin/credentials/contentful.md
1007+
- integrations/builtin/credentials/convertapi.md
10071008
- integrations/builtin/credentials/convertkit.md
10081009
- integrations/builtin/credentials/copper.md
10091010
- integrations/builtin/credentials/cortex.md

0 commit comments

Comments
 (0)
Please sign in to comment.