|
Klasyczne typy plików nie są już dostępne od stycznia 2021 r. Możesz przenieść swoje klasyczne pliki lub pobrać plik PDF. Dowiedz się więcej

http webhook trigger

Udzielono odpowiedzi
0

Komentarze

Komentarze: 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

Zaloguj się, aby dodać komentarz.