Skip to content

Commit

Permalink
fix vale issues & add move video placement
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO committed Jan 15, 2024
1 parent 7ff8db0 commit 2b78803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sources/platform/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To access the Apify API in your integrations, you need to authenticate using you

## Authentication

There are 2 ways how to authenticate the Apify API. You can either pass the token via the `Authorization` HTTP header or the URL `token` query parameter. We always recommend you use the authentication via the HTTP header as this method is more secure.
You can authenticate the Apify API in two ways. You can either pass the token via the `Authorization` HTTP header or the URL `token` query parameter. We always recommend you use the authentication via the HTTP header as this method is more secure.

Check warning on line 28 in sources/platform/integrations/api.md

View workflow job for this annotation

GitHub Actions / vale

[vale] sources/platform/integrations/api.md#L28

[Microsoft.GeneralURL] For a general audience, use 'address' rather than 'URL'.
Raw output
{"message": "[Microsoft.GeneralURL] For a general audience, use 'address' rather than 'URL'.", "location": {"path": "sources/platform/integrations/api.md", "range": {"start": {"line": 28, "column": 122}}}, "severity": "WARNING"}

> **IMPORTANT**: **Do not share the API token with untrusted parties, or use it directly from client-side code,
unless you fully understand the consequences!**
Expand Down
2 changes: 2 additions & 0 deletions sources/platform/integrations/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Your Zapier workflows can start Apify Actors or tasks, fetch items from a datase

You can use the Zapier integration to trigger a workflow whenever an Actor or a task finishes.

Completementary to the following guide we've created a detailed video, that will guide you through whole process of setting up your Telegram integratin through Zapier.

<iframe width="560" height="315" src="https://www.youtube.com/embed/XldEuQleq3c?si=86qbdrzWpVLoY_fr" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Connect Apify with Zapier
Expand Down

0 comments on commit 2b78803

Please sign in to comment.