I created a recipe with a custom trigger and the built in “Create an item in board” action. After calling the trigger, the item is created correctly with the inbound mapping. However, I am unable to retrieve the created item id. The response when calling the webhookUrl appears to be empty. Is it possible to get the created item id?
As of today, you can not get that ID in the response you get when you call your custom trigger’s webhook URL. As a workaround, you can add a webhook in your board to listen to the creation of new items.
Would you like for me to turn this into a feature request?