diff --git a/src/content/docs/en/pages/guides/marketplace/integrations/send-event-endpoint.mdx b/src/content/docs/en/pages/guides/marketplace/integrations/send-event-endpoint.mdx index 98657b27f7..0c4e9d796d 100644 --- a/src/content/docs/en/pages/guides/marketplace/integrations/send-event-endpoint.mdx +++ b/src/content/docs/en/pages/guides/marketplace/integrations/send-event-endpoint.mdx @@ -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.

When `null` (or not set), all request body fields will be streamed.

If you don't want to stream any body field, you must set an empty array `[ ]` as the value of this field.

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.

The URL to which the data will be posted is defined by the endpoint.

The headers specify which headers will be included in the fetch request.

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
`s3_connection_args` | String | Defines the region of the S3 bucket. | | `s3_connection_args.access_key` | Only when using
`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
`s3_connection_args` | String | Defines the secret key to be used in the connection to the S3 bucket. | @@ -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. - \ No newline at end of file + diff --git a/src/content/docs/pt-br/pages/guias/marketplace/integrations/send-event-endpoint.mdx b/src/content/docs/pt-br/pages/guias/marketplace/integrations/send-event-endpoint.mdx index 0edcc61217..641e26e97d 100644 --- a/src/content/docs/pt-br/pages/guias/marketplace/integrations/send-event-endpoint.mdx +++ b/src/content/docs/pt-br/pages/guias/marketplace/integrations/send-event-endpoint.mdx @@ -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.

Quando for definido como `null` (ou não for definido), todos os campos do corpo da requisição serão transmitidos.

Se você não quiser transmitir nenhum campo `body request`, você deverá definir uma matriz vazia `[ ]` como o valor desse campo.

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.


A URL na qual os dados serão postados é definida pelo endpoint.


Os cabeçalhos especificam quais cabeçalhos serão incluídos na requisição de busca.


Um cabeçalho adicional
`Content-Type: application/json`
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
`s3_connection_args` | String | Define a região do bucket S3. | | `s3_connection_args.access_key` | Apenas ao usar
`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
`s3_connection_args` | String | Define uma chave secreta para ser usada na conexão com o bucket S3. | @@ -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. - \ No newline at end of file +