Integrations

IFTTT

Bidirectional integration with IFTTT and Streamer.bot

Execute an action in Streamer.bot from any IFTTT applet and/or send outgoing triggers from Streamer.bot to IFTTT.

This integration requires the Streamer.bot Website Integration

Send Notifications to IFTTT

Utilize Streamer.bot to trigger 3rd party services via IFTTT

1

If This...

In the IFTTT Application, select Create to create a new applet
  1. For If This, select the Streamer.bot service
  2. Select the IFTTT Notification Sub-Action as your trigger
    • This will allow IFTTT to receive events from Streamer.bot
2

Authenticate with Streamer.bot

  1. If you have not already, you will be asked to authenticate with your Streamer.bot account
  2. Select your authenticated Streamer.bot account
  3. Enter a unique event name to listen for specific notifications from Streamer.bot
3

Then That...

Select any service you want to trigger!
4

Add a IFTTT Notification Sub-Action

In Streamer.bot, add an IFTTT Notification sub-action to a new or existing action
  1. Enter the same event name you entered in the IFTTT applet
  2. Enter any text you want to send to IFTTT for use in other applets!
5

Done!

Streamer.bot can now send events to IFTTT!

Execute Actions with IFTTT

Utilize IFTTT to trigger Streamer.bot actions from 3rd party services

1

If This...

In the IFTTT Application, select Create to create a new applet
  1. For If This, select the your desired service
    • For example, we are going to pick the Button widget service
  2. Select your desired trigger from the selected service
    • We are going to use the Button press trigger
2

Then That...

  1. After Then That, click Add
  2. Search for and select the Streamer.bot service
  3. Select the Execute Action IFTTT action
3

Authenticate with Streamer.bot

  1. If you have not already, you will be asked to authenticate with your Streamer.bot account
  2. Select your authenticated Streamer.bot account
4

Configure your Streamer.bot action

  1. Under Action, select your Streamer.bot instance you want to trigger
  2. Select the Streamer.bot action you want to execute
  3. Enter any text to include as an argument when executing the action
5

Done!

IFTTT can now execute actions in your Streamer.bot instance!

Usage

2Sub Actions

IFTTT Sub-Actions

Trigger IFTTT applets with Streamer.bot
Explore
0Triggers

Triggers

No triggers are supported by this integration
0Methods

C# Methods

No C# methods are supported by this integration

IFTTT Actions

Explore the Streamer.bot Service on IFTTT

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:

NameDescription
iftttTextThe 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.