Skip to content

Commit

Permalink
feat: update function arguments (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiafonso-ol authored Nov 7, 2024
1 parent 8308e27 commit 43c8521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ The `JSON` **Args** form for this integration will look like this:
| `body` | No | Null or Array | Defines which request body fields will be streamed.<br /><br />When `null` (or not set), all request body fields will be streamed.<br /><br />If you don't want to stream any body field, you must set an empty array `[ ]` as the value of this field.<br /><br />To filter multi-level fields, use the dot notation. For example, if you use the string 'user.name' here, the function will seek for the field 'name' within the object 'user' in the request body. |
| `connection_args` | Yes | Object | Defines the data that will be used to stream the request data.<br /><br />The URL to which the data will be posted is defined by the endpoint.<br /><br />The headers specify which headers will be included in the fetch request.<br /><br />An additional 'Content-Type: application/json' header will be used. |
| `s3_connection_args` | No | Object | Defines the arguments used to connect to the S3 bucket. |
| `s3_connection_args.full_host` | Only when using `s3_connection_args` | String | Defines the full host of the S3 bucket. |
| `s3_connection_args.endpoint` | Only when using `s3_connection_args` | String | Defines the endpoint of the S3 provider. |
| `s3_connection_args.bucket` | Only when using `s3_connection_args` | String | Defines the name of the destination bucket. |
| `s3_connection_args.region` | Only when using <br />`s3_connection_args` | String | Defines the region of the S3 bucket. |
| `s3_connection_args.access_key` | Only when using <br />`s3_connection_args` | String | Defines the access key to be used in the connection to the S3 bucket. |
| `s3_connection_args.secret_key` | Only when using <br />`s3_connection_args` | String | Defines the secret key to be used in the connection to the S3 bucket. |
Expand Down Expand Up @@ -362,4 +363,4 @@ Done. Now the **Send Event to Endpoint** integration is running for every reques
Done. Now the **Send Event to Endpoint** integration is running for every request made to the domain you indicated.
</Fragment>

</Tabs>
</Tabs>
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ O formulário `JSON` dos **Arguments** para esta integração ficará assim:
| `body` | Não | Null ou Array | Define quais campos do `body request` serão transmitidos.<br /><br />Quando for definido como `null` (ou não for definido), todos os campos do corpo da requisição serão transmitidos.<br /><br />Se você não quiser transmitir nenhum campo `body request`, você deverá definir uma matriz vazia `[ ]` como o valor desse campo.<br /><br />Para filtrar campos de vários níveis, use a notação de ponto. Por exemplo, se você usar a string `user.name`, a função procurará o campo "name" dentro do objeto "user" no `body request`. |
| `connection_args` | Sim | Objeto | Define os dados que serão usados para transmitir os dados da requisição.<br /><br /><br />A URL na qual os dados serão postados é definida pelo endpoint.<br /><br /><br />Os cabeçalhos especificam quais cabeçalhos serão incluídos na requisição de busca.<br /><br /><br />Um cabeçalho adicional <br />`Content-Type: application/json`<br /> será usado. |
| `s3_connection_args` | Não | Objeto | Define os argumentos a serem usados com um bucket S3. |
| `s3_connection_args.full_host` | Apenas ao usar `s3_connection_args` | String | Define o host completo do bucket S3. |
| `s3_connection_args.endpoint` | Apenas ao usar `s3_connection_args` | String | Define o endpoint do provedor S3. |
| `s3_connection_args.bucket` | Apenas ao usar `s3_connection_args` | String | Define o nome do bucket de destino. |
| `s3_connection_args.region` | Apenas ao usar <br />`s3_connection_args` | String | Define a região do bucket S3. |
| `s3_connection_args.access_key` | Apenas ao usar <br />`s3_connection_args` | String | Define a chave de acesso usada para conectar-se com o bucket S3. |
| `s3_connection_args.secret_key` | Apenas ao usar <br />`s3_connection_args` | String | Define uma chave secreta para ser usada na conexão com o bucket S3. |
Expand Down Expand Up @@ -362,4 +363,4 @@ Pronto. Agora, a integração **Send Event to Endpoint** está sendo executada p
Pronto. Agora, a integração **Send Event to Endpoint** está sendo executada para cada requisição feita ao domínio indicado.
</Fragment>

</Tabs>
</Tabs>

0 comments on commit 43c8521

Please sign in to comment.