How To Authroize webhook (With Token Authorisation API)

Hi guys,

I’ve been struggling to connect my webhook. I am trying to connect to Pay It Monthly

Here’s the developer documentation: https://developer.payitmonthly.uk/

I’ve managed to generate a token request from the API.

But i’m not sure where to now send the webhook to get the data.

  1. I have put the make url as the default and set these to active.

  1. I then put it in the webhook in make and managed to retrieve the JSON output from the webhook.

I tried asking Chat GPT and it said I need to recieve the x-pim-signature in a html to decode it but i’m not sure where to go next.

My goal is to receive the decision webhook.

If anyone could help it would be really appreciated.

Thankyou :slight_smile:

Hello there,

don’t ask ChatGPT for technical stuff like that, its not useful and provides wrong responses close to 100% of the time.

There is a Webhook module in Make you can use to create a generic webhook. Copy the URL from there.

Then according to the PIM documentation, you have to paste the webhook somewhere in the settings (depending on which one you want).

Afterwards you can start the scenario in Make. When the PIM event occurs it will send the webhook and the Make scenario will trigger.

Most platforms have a way of sending a generic test hook to verify everything works. I Couldn’t see if PIM has something like this or not though.