|
Los tipos de archivo clásicos dejarán de estar disponibles a partir de enero de 2021. Puedes migrar tus archivos clásicos o descargar un PDF. Más información

http webhook trigger

Respondida
0

Comentarios

1 comentario

  • 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

Iniciar sesión para dejar un comentario.