|
2021년 1월부터 기존 파일 형식을 더 이상 사용할 수 없습니다. 기존 파일을 전환하거나 PDF를 다운로드할 수 있습니다. 자세히 알아보기

http webhook trigger

답변함
0

댓글

댓글 1개

  • Jeff Hickey

    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

댓글을 남기려면 로그인하세요.