Skip to content

IFTTT

URL Format

ifttt://webhookid/?events=event1[,event2,...]&value1=value1&value2=value2&value3=value3

URL Fields

  • WebHookID (Required)
    URL part: ifttt://webhookid/

Query/Param Props

Props can be supplied through URL query params: ?key=value&key=value etc.

  • Events (Required)

  • UseMessageAsValue - Sets the corresponding value field to the notification message
    Default: 2

  • UseTitleAsValue - Sets the corresponding value field to the notification title
    Default: 0

  • Value1
    Default: empty

  • Value2
    Default: empty

  • Value3
    Default: empty

Released under the MIT License