Webhook Creation through API

Hi everyone!
As the title suggests I am trying to create a webhook through an API call.
I am getting this message “Account doesn’t exist”,“code”:“IM304”.
I was able to get data from the API like a list of hooks or a specific hook details, but posting data doesn’t seem to work.

I tried several different Base URLs (although if the “get” request works i don’t see why that would be an issue. Call me insane :slight_smile: ), and triple checked the scopes of my Key.

Here is the code:

And here is the error message:
image

1 Like

Welcome to the Make community!

Excellent first answer! You should post your solution below so you can mark it as solved.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like

Solved
Apparently the issue was that the IMTCONN value was already in use.
error message was not displaying much info, but mystery solved.
Simply putting a different value or “None” creates the webhook.

Also IMTCONN is a STRING and not an integer as the documentation states

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.