Adding javascript code instead of api endpoint for action in IFTTT service

59 views Asked by At

Does anyone know any other way to configure an action for a custom service in IFTTT. Conventionally we provide the api endpoint where IFTTT makes a POST request. Can we add some javascript logic to publish the action messages to some message queue brokers like RabbitMQ etc. ? Any help on this will be very much appreciated.

Thanks in advance

1

There are 1 answers

0
Kunal Kokare On BEST ANSWER

As of now, you need the API endpoint to redirect the request to the message broker which in your case is RabbitMQ.