< Back

Send-IFTTTMaker

Tue Jan 14, 2020 4:00 am

NAME Send-IFTTTMaker



SYNOPSIS

Triggers an event on the IFTTT Maker Channel.





SYNTAX

Send-IFTTTMaker [[-Key] <String>] [[-EventName] <String>] [[-Value1] <String>] [[-Value2] <String>] [[-Value3]

<String>] [-Save] [-Delete] [<CommonParameters>]





DESCRIPTION

Send-Maker triggers an event on the IFTTT Maker Channel.

The event can have up to 3 values that can be passed.





PARAMETERS

-Key <String>

The secret key you got from IFTTT for triggering events on the Maker Channel.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-EventName <String>

The name of the event to trigger on the IFTTT Maker Channel.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Value1 <String>

First value passed to the event (ingredient Value1).



Required? false

Position? 3

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Value2 <String>

Second value passed to the event (ingredient Value2).



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Value3 <String>

Third value passed to the event (ingredient Value3).



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Save [<SwitchParameter>]

Defines if the current config should be saved.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Delete [<SwitchParameter>]

Deletes the current config if it exists.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS