This topic was automatically generated from Slack. You can find the original thread here.
I am new to this Pipedream , I have simple question
Can I get an Secured Endpoint for POST Request with some json data parsable ? & Based on the Request can I trigger a POST Request to a Predefined destination along with some Json Data ?
Till now I have acheived to Schedule a POST Request with all necessary things .
But I can only Find a Unique Link with GET request only as a Trigger . I need a Secured POST Request as a Trigger with some conditions to Process the Request further .
have you tried to use a webhook trigger? it will generate a URL so you can send a request to it with whatever you want… and it will trigger your workflow