Generate HMAC for intercom

Hi I’m trying to generate HMAC so that I can enforce identity on web for intercom. I need to select the server-side language options are: Rails (Ruby)/Django (Python 3)/PHP/Other. None of these seem to be an option for bubble.io

Any help on this would be highly appreciated!

1 Like

Does this “intercom” have a REST API? Most services do these days. It is often easy to use the Bubble API connector to connect to 3rd party services. This is the typical Bubble approach to integrate to 3rd parties, however sometimes you have no option but to use and or create a plugin. Fingers crossed you can just use the API connector :slight_smile:

https://manual.bubble.io/core-resources/bubble-made-plugins/api-connector

If it ends up you really do need to manually create an HMAC and nothing else will do it I have previously done it in some plugins, so I know it is possible.