http webhook trigger
回答済みHow do i send a csv file to a chain using http webhook trigger? I am able to send a json in raw format but it is failing when sending a csv file.
-
Hi Ganesh, the HTTP Webhook is a trigger event that allows you to start a Chain execution by sending an HTTP POST request to the webhook URL. The POST request's JSON payload is passed through to the Data variable output of the command. There is not a way to substitute the JSON payload with a CSV file instead. Beyond transforming the file to JSON, there are a number of ways to retrieve a CSV file from within a Chain. For example, the HTTP Request Get command could be used to download a CSV file if it was accessible this way, retrieve it from an SFTP server, or use GroundRunner to find it locally with File Utilities. A compressive list of possibilities can be found in the list of Chain Connections.
0サインインしてコメントを残してください。
コメント
1件のコメント