Hi there -
Disclaimer: I've never configured a webhook before and was trying it out in EspoCRM to learn. It's not going well. haha
I've read the documentation and here's what I've done:
1. Created a Postman API user
2. Created a Document.create event
3. Created a url: https://{espo_path}/api/v1/Webhook/create-document
4. Tried to send a POST request to the above URL through Postman.
5. I keep getting a 404 error.
I am able to use Postman to issue GET requests via API and can see responses; so I believe my API key is working properly. Unfortunately, though, I don't have any clue about where to start looking to debug this. And I'm nowhere near convinced I'm even approaching it correctly. :-/
Any help is appreciated!
Disclaimer: I've never configured a webhook before and was trying it out in EspoCRM to learn. It's not going well. haha
I've read the documentation and here's what I've done:
1. Created a Postman API user
2. Created a Document.create event
3. Created a url: https://{espo_path}/api/v1/Webhook/create-document
4. Tried to send a POST request to the above URL through Postman.
5. I keep getting a 404 error.
I am able to use Postman to issue GET requests via API and can see responses; so I believe my API key is working properly. Unfortunately, though, I don't have any clue about where to start looking to debug this. And I'm nowhere near convinced I'm even approaching it correctly. :-/
Any help is appreciated!
Comment