IFTTT
Execute an action in Streamer.bot from any IFTTT applet and/or send outgoing triggers from Streamer.bot to IFTTT.
Send Notifications to IFTTT
Utilize Streamer.bot to trigger 3rd party services via IFTTT
If This...
- For
If This,
select theStreamer.bot
service - Select the
IFTTT Notification Sub-Action
as your trigger- This will allow IFTTT to receive events from Streamer.bot
Authenticate with Streamer.bot
- If you have not already, you will be asked to authenticate with your Streamer.bot account
- Select your authenticated Streamer.bot account
- Enter a unique event name to listen for specific notifications from Streamer.bot
Then That...
Add a IFTTT Notification Sub-Action
- Enter the same event name you entered in the IFTTT applet
- Enter any text you want to send to IFTTT for use in other applets!
Done!
Execute Actions with IFTTT
Utilize IFTTT to trigger Streamer.bot actions from 3rd party services
If This...
- For
If This,
select the your desired service- For example, we are going to pick the
Button widget
service
- For example, we are going to pick the
- Select your desired trigger from the selected service
- We are going to use the
Button press
trigger
- We are going to use the
Then That...
- After
Then That
, clickAdd
- Search for and select the
Streamer.bot
service - Select the
Execute Action
IFTTT action
Authenticate with Streamer.bot
- If you have not already, you will be asked to authenticate with your Streamer.bot account
- Select your authenticated Streamer.bot account
Configure your Streamer.bot action
- Under
Action
, select your Streamer.bot instance you want to trigger - Select the Streamer.bot action you want to execute
- Enter any text to include as an argument when executing the action
Done!
Usage
IFTTT Actions
Execute Action
The Execute Action
IFTTT action allows you to execute any action in your Streamer.bot instance along with a configurable text field.
The following arguments will be made available to your Streamer.bot actions:
Name | Description |
---|---|
iftttText | The contents of the Text field from your IFTTT applet. This can include any ingredients from other IFTTT supported services in your applet. |
Execute Action (JSON)
The Execute Action (JSON)
IFTTT action allows you to execute any action in your Streamer.bot instance with a JSON payload that is automatically parsed into variables for usage in your Streamer.bot sub-actions.
This is extremely useful for connecting generic webhooks with Streamer.bot through the IFTTT Webhooks Integration.
All top level keys in the JSON payload passed to this action will be available as variables in Streamer.bot
For example, the following JSON payload...
{ "test": "some value", "test2": "some other value" }
...will be transformed into the variables test
and test2
, which will be populated with their respective values.