You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In order to update comments from Trello within my erp, am using a ssl enabled webhook which works fine and shows results in browser but not during the integration call.
https://url/api/method/pj.utils.utils.webhook_test
is the format.
I am not familiar with the issues you are facing.
Did you create webhook using Trello api ? It requires you to define the idModel in addition to supplying the callback url. Check up on the api documentation for webhooks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, it seems the url header may be missing something which isn't within the documentation of Trello webhooks.
This is because the url works fine on browser but within Trello webhook, it gives 403 error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not come across much difficulty in creating an endpoint for the webhook and do not recall needing anything special on the header.
I am guessing from your comment that the url works on the browser that you may have not enable it for Post method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
So the issue seems to be with the Domain i.e site url.
Eg: after generating temporary site url from ```https://webhook.site/#!/7a8ae403-c09e-4c4a-91b6-49d6b13a9486```,
Trello integration works but its not working on our ssl enabled site like ```streakdev.korecent.com```.
Please advise how to validate or fix this issue, where could the missing pin be?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.