Webhook creation

@dylburger @danny

Issue while creating webhook.

curl --location --request POST ‘https://api.pipedream.com/v1/webhooks?url=http%3A%2F%2F3.108.184.34%2Fapi%2FTokenAuth%2FSendPipedreamNotification&name=medbot&description=medbotwebhook
–header ‘Authorization: Bearer XXX’
–header ‘Content-Type: application/json’

Response :

{
** “error”: “please specify a valid workspace”**
}

@dylburger

Please help us to continue

Hi @dhanya , you’ll need to pass a workspace_id parameter in the POST request. See the docs on the common API parameters here.

@dylburger @danny

I am getting confused while fetching the response to my application (.net core & postgres sql)
from the events triggered.

In detail, the response of one API should be passed to another API request. In this case we don’t know how to get the data from pipedream.

Please do assist and kindly share me related documentation or videos.