Webhooks/Variable question

Is it possible to use IFTTT with trigger being Date/Time service to send a Webhook to display a value on a variable tile? I am having trouble getting this to work so wondering if it is possible.

Example:
Every year on Dec 1, send webhook to display Christmas

I have a sharptools rule set up


Not sure how to properly format the webhook on IFTTT.

1 Like

@Terri, change the Content Type to “application/json” and add the following to the Body, where holidayName should match to your parameter’s name in the context variable.

{"holidayName": "Christmas"}

2 Likes

I was missing the quotes in the body! Thank you

2 Likes