A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python.langchain.com/docs/integrations/tools/ifttt below:

IFTTT WebHooks | 🦜️🔗 LangChain

IFTTT WebHooks

This notebook shows how to use IFTTT Webhooks.

From https://github.com/SidU/teams-langchain-js/wiki/Connecting-IFTTT-Services.

Creating a webhook Configuring the "If This" Configuring the "Then That" Finishing up
%pip install --upgrade --quiet  langchain-community
from langchain_community.tools.ifttt import IFTTTWebhook
import os

key = os.environ["IFTTTKey"]
url = f"https://maker.ifttt.com/trigger/spotify/json/with/key/{key}"
tool = IFTTTWebhook(
name="Spotify", description="Add a song to spotify playlist", url=url
)
"Congratulations! You've fired the spotify JSON event"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4