You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('middleman status code', mmb_response.status_code)
142
145
print(mmb_response.text)
143
146
144
147
## Notifications using IFTTT
145
148
146
-
# Set enable_ifttt to True to receive IFTTT notification
149
+
# Set enable_ifttt to True and personalize ifttt_key to receive IFTTT notifications
147
150
enable_ifttt=False
148
151
event_name='hackjohn'
149
-
ifttt_key='cJLFuy0CHPBwK0wqndI2g9'
152
+
ifttt_key='replace-with-ifttt-key'
150
153
151
-
# Create you own IFTTT (https://ifttt.com/create)
152
-
# Select webhooks for this and select receive a web trigger
153
-
# Set event name to match event_name variable above
154
-
# Create a that to respond to the event (IFTTT rich notifications allow click to call options to the reservation line.) You can add 3 values (specified below).
155
-
# Go to https://ifttt.com/maker_webhooks and click on documentation, copy & paste your key into the ifttt_key variable above
154
+
"""
155
+
## IFTTT Setup Instructions
156
+
157
+
Create you own IFTTT at https://ifttt.com/create.
158
+
Select webhooks for this and select "Receive a web request".
159
+
Set event name to match `event_name` variable above.
160
+
Create a that to respond to the event.
161
+
For example, select "Send a rich notification from the IFTTT app"
162
+
(IFTTT rich notifications allow click to call options to the reservation line).
163
+
You can add 3 values (specified below).
164
+
For example, use `{{Value1}}` for the message template and `tel: {{Value2}}` as link action.
165
+
Go to https://ifttt.com/maker_webhooks and click on documentation,
166
+
copy & paste your key into the `ifttt_key` variable above.
0 commit comments