The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve webhook data

Abehssera Yohan
April 9, 2017

Hello,

I set up webhook on a list in Trello. The callback is a php script that does this when the method is POST : 

file_put_contents("actions/".time(), var_dump($_POST));

Any file created like that doesn't contain anything. What am I doing wrong ?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Abehssera Yohan
April 9, 2017

I can't find where to delete this, but the solution I just found is to do :

file_put_contents("actions/".time(), file_get_contents("php://input"));

 

TAGS
AUG Leaders

Atlassian Community Events