Contact Us 1-800-596-4880

Trello Connector 1.2 Reference

Anypoint Connector for Trello (Trello Connector) enables you to integrate custom applications into Trello to facilitate faster collaboration between teams.

Configurations


Config

Parameters

Name Type Description Default Value Required

Name

String

Name for this configuration. Connectors reference the configuration with this name.

x

Connection

The connection types to provide to this configuration.

x

Response Timeout

Number

The timeout for the request to the remote service.

1

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

MINUTES

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

AUTO

Name

String

The identifier of this element used to reference it in other components

x

Expiration Policy

Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. This does not mean that the instance expires at the exact moment that it becomes eligible. Mule purges the instances as appropriate.

Connection Types

Api Key Connection Provider
Parameters
Name Type Description Default Value Required

Default Headers

Array of Default Header

Query Parameters

Connection Timeout

Number

The timeout for establishing connections to the remote service

30

Connection Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the Connection Timeout

SECONDS

Use Persistent Connections

Boolean

If false, each connection will be closed after the first request is completed.

true

Max Connections

Number

The maximum number of outbound connections to keep open at the same time

-1

Connection Idle Timeout

Number

A timeout for how long a connection can remain idle before it is closed

30

Connection Idle Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the connection Idle Timeout

SECONDS

Proxy Config

Reusable configuration element for outbound connections through a proxy

Stream Response

Boolean

Whether or not to stream received responses, which means that processing continues as soon as all headers are parsed and the body is streamed as it is received. When enabled, the response must eventually be read since, depending on the configured buffer size, the response might not fit into memory and processing stops until space is available.

false

Response Buffer Size

Number

The space, in bytes, for the buffer where the HTTP response will be stored.

-1

Base Uri

String

Parameter base URI, each instance/tenant gets its own

https://trello.com/1

key

String

API key

token

String

API token

TLS Configuration

Tls

Reconnection

When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy.

Associated Operations

Operations

Add Boards

<trello:create-boards>

Adds boards. This operation makes an HTTP POST request to the /boards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

Name of the configuration to use.

x

Boards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configures how Mule processes streams. Repeatable streams are the default behavior.

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Calendar Key Generate By Id Board

<trello:create-boards-calendar-key-generate-by-id-board>

Add Boards Calendar Key Generate By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/calendarKey/generate endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Checklists By Id Board

<trello:create-boards-checklists-by-id-board>

Add Boards Checklists By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/checklists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Checklists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Email Key Generate By Id Board

<trello:create-boards-email-key-generate-by-id-board>

Add Boards Email Key Generate By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/emailKey/generate endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Labels By Id Board

<trello:create-boards-labels-by-id-board>

Add Boards Labels By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/labels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Lists By Id Board

<trello:create-boards-lists-by-id-board>

Add Boards Lists By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/lists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Lists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Mark As Viewed By Id Board

<trello:create-boards-mark-as-viewed-by-id-board>

Add Boards Mark As Viewed By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/markAsViewed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Boards Power Ups By Id Board

<trello:create-boards-power-ups-by-id-board>

Add Boards Power Ups By Id Board. This operation makes an HTTP POST request to the /boards/{idBoard}/powerUps endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Power Ups Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards

<trello:create-cards>

Add Cards. This operation makes an HTTP POST request to the /cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

Name for this configuration

x

Cards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Actions Comments By Id Card

<trello:create-cards-actions-comments-by-id-card>

Add Cards Actions Comments By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/actions/comments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Actions Comments Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Attachments By Id Card

<trello:create-cards-attachments-by-id-card>

Add Cards Attachments By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/attachments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Attachments Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Checklist Check Item By Id Card By Id Checklist

<trello:create-cards-checklist-check-item-by-id-card-id-checklist>

Add Cards Checklist Check Item By Id Card By Id Checklist. This operation makes an HTTP POST request to the /cards/{idCard}/checklist/{idChecklist}/checkItem endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Cards Checklist Check Item Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Checklist Check Item Convert To Card By Id Card By Id Checklist By Id Check Item

<trello:create-cards-checklist-check-item-convert-to-card-by-id-card-id-checklist-id-check-item>

Add Cards Checklist Check Item Convert To Card By Id Card By Id Checklist By Id Check Item. This operation makes an HTTP POST request to the /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}/convertToCard endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Checklists By Id Card

<trello:create-cards-checklists-by-id-card>

Add Cards Checklists By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/checklists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Checklists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Id Labels By Id Card

<trello:create-cards-id-labels-by-id-card>

Add Cards Id Labels By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/idLabels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Id Members By Id Card

<trello:create-cards-id-members-by-id-card>

Add Cards Id Members By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/idMembers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Labels By Id Card

<trello:create-cards-labels-by-id-card>

Add Cards Labels By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/labels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Mark Associated Notifications Read By Id Card

<trello:create-cards-mark-associated-notifications-read-by-id-card>

Add Cards Mark Associated Notifications Read By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/markAssociatedNotificationsRead endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Members Voted By Id Card

<trello:create-cards-members-voted-by-id-card>

Add Cards Members Voted By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/membersVoted endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Members Voted Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Cards Stickers By Id Card

<trello:create-cards-stickers-by-id-card>

Add Cards Stickers By Id Card. This operation makes an HTTP POST request to the /cards/{idCard}/stickers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Stickers Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Checklists

<trello:create-checklists>

Add Checklists. This operation makes an HTTP POST request to the /checklists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Checklists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Checklists Check Items By Id Checklist

<trello:create-checklists-check-items-by-id-checklist>

Add Checklists Check Items By Id Checklist. This operation makes an HTTP POST request to the /checklists/{idChecklist}/checkItems endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Checklists Check Items Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Labels

<trello:create-labels>

Add Labels. This operation makes an HTTP POST request to the /labels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Lists

<trello:create-lists>

Add Lists. This operation makes an HTTP POST request to the /lists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Lists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Lists Archive All Cards By Id List

<trello:create-lists-archive-all-cards-by-id-list>

Add Lists Archive All Cards By Id List. This operation makes an HTTP POST request to the /lists/{idList}/archiveAllCards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Lists Cards By Id List

<trello:create-lists-cards-by-id-list>

Add Lists Cards By Id List. This operation makes an HTTP POST request to the /lists/{idList}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Cards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Lists Move All Cards By Id List

<trello:create-lists-move-all-cards-by-id-list>

Add Lists Move All Cards By Id List. This operation makes an HTTP POST request to the /lists/{idList}/moveAllCards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Move All Cards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Avatar By Id Member

<trello:create-members-avatar-by-id-member>

Add Members Avatar By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/avatar endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Avatar Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Board Backgrounds By Id Member

<trello:create-members-board-backgrounds-by-id-member>

Add Members Board Backgrounds By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/boardBackgrounds endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Board Backgrounds Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Board Stars By Id Member

<trello:create-members-board-stars-by-id-member>

Add Members Board Stars By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/boardStars endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Board Stars Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Custom Board Backgrounds By Id Member

<trello:create-members-custom-board-backgrounds-by-id-member>

Add Members Custom Board Backgrounds By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/customBoardBackgrounds endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Custom Board Backgrounds Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Custom Emoji By Id Member

<trello:create-members-custom-emoji-by-id-member>

Add Members Custom Emoji By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/customEmoji endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Custom Emoji Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Custom Stickers By Id Member

<trello:create-members-custom-stickers-by-id-member>

Add Members Custom Stickers By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/customStickers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Custom Stickers Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members One Time Messages Dismissed By Id Member

<trello:create-members-one-time-messages-dismissed-by-id-member>

Add Members One Time Messages Dismissed By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/oneTimeMessagesDismissed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members One Time Messages Dismissed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Members Saved Searches By Id Member

<trello:create-members-saved-searches-by-id-member>

Add Members Saved Searches By Id Member. This operation makes an HTTP POST request to the /members/{idMember}/savedSearches endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Saved Searches Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Notifications All Read

<trello:create-notifications-all-read>

Add Notifications All Read. This operation makes an HTTP POST request to the /notifications/all/read endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Organizations

<trello:create-organizations>

Add Organizations. This operation makes an HTTP POST request to the /organizations endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Organizations Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Organizations Logo By Id Org

<trello:create-organizations-logo-by-id-org>

Add Organizations Logo By Id Org. This operation makes an HTTP POST request to the /organizations/{idOrg}/logo endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Logo Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Sessions

<trello:create-sessions>

Add Sessions. This operation makes an HTTP POST request to the /sessions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Sessions Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Tokens Webhooks By Token

<trello:create-tokens-webhooks-by-token>

Add Tokens Webhooks By Token. This operation makes an HTTP POST request to the /tokens/{token}/webhooks endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Tokens Webhooks Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Add Webhooks

<trello:create-webhooks>

Add Webhooks. This operation makes an HTTP POST request to the /webhooks endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Webhooks Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Actions By Id Action

<trello:delete-actions-by-id-action>

Delete Actions By Id Action. This operation makes an HTTP DELETE request to the /actions/{Action ID} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Boards By Id Board

<trello:delete-boards-by-id-board>

Delete Boards By Id Board. This operation makes an HTTP DELETE request to the /boards/{idBoard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

idBoard

x

Config Ref

ConfigurationProvider

The name of the configuration to be used to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

 

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Boards Members By Id Board By Id Member

<trello:delete-boards-members-by-id-Board identifier-member>

Delete Boards Members By Id Board By Id Member. This operation makes an HTTP DELETE request to the /boards/{idBoard}/members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Member

String

Member ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Boards Power Ups By Id Board By Power Up

<trello:delete-boards-power-ups-by-id-board-power-up>

Delete Boards Power Ups By Id Board By Power Up. This operation makes an HTTP DELETE request to the /boards/{idBoard}/powerUps/{powerUp} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Power Up

String

powerUp

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Actions Comments By Id Card By Id Action

<trello:delete-cards-actions-comments-by-id-card-id-action>

This can only be done by the original author of the comment, or someone with higher permissions than the original author. This operation makes an HTTP DELETE request to the /cards/{idCard}/actions/{idAction}/comments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Action

String

Action ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Attachments By Id Card By Id Attachment

<trello:delete-cards-attachments-by-id-card-id-attachment>

Delete Cards Attachments By Id Card By Id Attachment. This operation makes an HTTP DELETE request to the /cards/{idCard}/attachments/{idAttachment} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Attachment

String

Attachment ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards By Id Card

<trello:delete-cards-by-id-card>

Delete Cards By Id Card. This operation makes an HTTP DELETE request to the /cards/{idCard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Checklist Check Item By Id Card By Id Checklist By Id Check Item

<trello:delete-cards-checklist-check-item-by-id-card-id-checklist-id-check-item>

Delete Cards Checklist Check Item By Id Card By Id Checklist By Id Check Item. This operation makes an HTTP DELETE request to the /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Checklists By Id Card By Id Checklist

<trello:delete-cards-checklists-by-id-card-id-checklist>

Delete Cards Checklists By Id Card By Id Checklist. This operation makes an HTTP DELETE request to the /cards/{idCard}/checklists/{idChecklist} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Id Labels By Id Card By Id Label

<trello:delete-cards-id-labels-by-id-card-id-label>

Delete Cards Id Labels By Id Card By Id Label. This operation makes an HTTP DELETE request to the /cards/{idCard}/idLabels/{idLabel} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Label

String

Label ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Id Members By Id Card By Id Member

<trello:delete-cards-id-members-by-id-card-id-member>

Delete Cards Id Members By Id Card By Id Member. This operation makes an HTTP DELETE request to the /cards/{idCard}/idMembers/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Member

String

Member ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Labels By Id Card By Color

<trello:delete-cards-labels-by-id-card-color>

Delete Cards Labels By Id Card By Color. This operation makes an HTTP DELETE request to the /cards/{idCard}/labels/{color} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

color

String

color

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Members Voted By Id Card By Id Member

<trello:delete-cards-members-voted-by-id-card-id-member>

Delete Cards Members Voted By Id Card By Id Member. This operation makes an HTTP DELETE request to the /cards/{idCard}/membersVoted/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Member

String

Member ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Cards Stickers By Id Card By Id Sticker

<trello:delete-cards-stickers-by-id-card-id-sticker>

Delete Cards Stickers By Id Card By Id Sticker. This operation makes an HTTP DELETE request to the /cards/{idCard}/stickers/{idSticker} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Sticker

String

Sticker ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Checklists By Id Checklist

<trello:delete-checklists-by-id-checklist>

Delete Checklists By Id Checklist. This operation makes an HTTP DELETE request to the /checklists/{idChecklist} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Checklists Check Items By Id Checklist By Id Check Item

<trello:delete-checklists-check-items-by-id-checklist-id-check-item>

Delete Checklists Check Items By Id Checklist By Id Check Item. This operation makes an HTTP DELETE request to the /checklists/{idChecklist}/checkItems/{idCheckItem} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Labels By Id Label

<trello:delete-labels-by-id-label>

Delete Labels By Id Label. This operation makes an HTTP DELETE request to the /labels/{idLabel} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Members Board Backgrounds By Id Member By Id Board Background

<trello:delete-members-board-backgrounds-by-id-member-id-board-background>

Delete Members Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP DELETE request to the /members/{idMember}/boardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Members Board Stars By Id Member By Id Board Star

<trello:delete-members-board-stars-by-id-member-id-board-star>

Delete Members Board Stars By Id Member By Id Board Star. This operation makes an HTTP DELETE request to the /members/{idMember}/boardStars/{idBoardStar} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Star

String

Board star ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Members Custom Board Backgrounds By Id Member By Id Board Background

<trello:delete-members-custom-board-backgrounds-by-id-member-id-board-background>

Delete Members Custom Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP DELETE request to the /members/{idMember}/customBoardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Members Custom Stickers By Id Member By Id Custom Sticker

<trello:delete-members-custom-stickers-by-id-member-id-custom-sticker>

Delete Members Custom Stickers By Id Member By Id Custom Sticker. This operation makes an HTTP DELETE request to the /members/{idMember}/customStickers/{idCustomSticker} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Custom Sticker

String

Custom sticker ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Members Saved Searches By Id Member By Id Saved Search

<trello:delete-members-saved-searches-by-id-member-id-saved-search>

Delete Members Saved Searches By Id Member By Id Saved Search. This operation makes an HTTP DELETE request to the /members/{idMember}/savedSearches/{idSavedSearch} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations By Id Org

<trello:delete-organizations-by-id-org>

Delete Organizations By Id Org. This operation makes an HTTP DELETE request to the /organizations/{idOrg} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations Logo By Id Org

<trello:delete-organizations-logo-by-id-org>

Delete Organizations Logo By Id Org. This operation makes an HTTP DELETE request to the /organizations/{idOrg}/logo endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations Members All By Id Org By Id Member

<trello:delete-organizations-members-all-by-id-org-id-member>

Delete Organizations Members All By Id Org By Id Member. This operation makes an HTTP DELETE request to the /organizations/{idOrg}/members/{idMember}/all endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Member

String

Member ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations Members By Id Org By Id Member

<trello:delete-organizations-members-by-id-org-id-member>

Delete Organizations Members By Id Org By Id Member. This operation makes an HTTP DELETE request to the /organizations/{idOrg}/members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Member

String

Member ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations Prefs Associated Domain By Id Org

<trello:delete-organizations-prefs-associated-domain-by-id-org>

Delete Organizations Prefs Associated Domain By Id Org. This operation makes an HTTP DELETE request to the /organizations/{idOrg}/prefs/associatedDomain endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Organizations Prefs Org Invite Restrict By Id Org

<trello:delete-organizations-prefs-org-invite-restrict-by-id-org>

Delete Organizations Prefs Org Invite Restrict By Id Org. This operation makes an HTTP DELETE request to the /organizations/{idOrg}/prefs/orgInviteRestrict endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

value

String

An email address with optional expansion tokens

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Tokens By Token

<trello:delete-tokens-by-token>

Delete Tokens By Token. This operation makes an HTTP DELETE request to the /tokens/{token} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Tokens Webhooks By Token By Id Webhook

<trello:delete-tokens-webhooks-by-token-id-webhook>

Delete Tokens Webhooks By Token By Id Webhook. This operation makes an HTTP DELETE request to the /tokens/{token}/webhooks/{idWebhook} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Id Webhook

String

Webhook ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Delete Webhooks By Id Webhook

<trello:delete-webhooks-by-id-webhook>

Delete Webhooks By Id Webhook. This operation makes an HTTP DELETE request to the /webhooks/{idWebhook} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Board By Id Action

<trello:get-actions-board-by-id-action>

Get Actions Board By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

Fields to return. Valid values are all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Board By Id Action By Field

<trello:get-actions-board-by-id-action-field>

Get Actions Board By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions By Id Action

<trello:get-actions-by-id-action>

Get Actions By Id Action. This operation makes an HTTP GET request to the /actions/{idAction} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

entities

String

true or false

Member Creator

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions By Id Action By Field

<trello:get-actions-by-id-action-field>

Get Actions By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Card By Id Action

<trello:get-actions-card-by-id-action>

Get Actions Card By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/card endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Card By Id Action By Field

<trello:get-actions-card-by-id-action-field>

Get Actions Card By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/card/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Display By Id Action

<trello:get-actions-display-by-id-action>

Get Actions Display By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/display endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Entities By Id Action

<trello:get-actions-entities-by-id-action>

Get Actions Entities By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/entities endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions List By Id Action

<trello:get-actions-list-by-id-action>

Get Actions List By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/list endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions List By Id Action By Field

<trello:get-actions-list-by-id-action-field>

Get Actions List By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/list/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Member By Id Action

<trello:get-actions-member-by-id-action>

Get Actions Member By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/member endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Member By Id Action By Field

<trello:get-actions-member-by-id-action-field>

Get Actions Member By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/member/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Member Creator By Id Action

<trello:get-actions-member-creator-by-id-action>

Get Actions Member Creator By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/memberCreator endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Member Creator By Id Action By Field

<trello:get-actions-member-creator-by-id-action-field>

Get Actions Member Creator By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/memberCreator/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Organization By Id Action

<trello:get-actions-organization-by-id-action>

Get Actions Organization By Id Action. This operation makes an HTTP GET request to the /actions/{idAction}/organization endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Actions Organization By Id Action By Field

<trello:get-actions-organization-by-id-action-field>

Get Actions Organization By Id Action By Field. This operation makes an HTTP GET request to the /actions/{idAction}/organization/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Batch

<trello:get-batch>

Get Batch. This operation makes an HTTP GET request to the /batch endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

urls

String

List of API v1 GET routes, not including the version prefix

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Actions By Id Board

<trello:get-boards-actions-by-id-board>

Get Boards Actions By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/actions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

format

String

One of: count, list, minimal

list

Id Models

String

Only return actions related to these model IDs

entities

String

true or false

Member Creator

String

true or false

page

String

Page * limit must be less than 1000

0

before

String

A date or null

filter

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

all

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 0 to 1000

50

since

String

A date, null, or the last viewed date

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Board Stars By Id Board

<trello:get-boards-board-stars-by-id-board>

Get Boards Board Stars By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/boardStars endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

One of: mine or none

mine

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards By Id Board

<trello:get-boards-by-id-board>

Get Boards By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

lists

String

One of: all, closed, none, open

none

organization

String

true or false

Card attachments

String

A boolean value or cover for only card cover attachments

My Prefs

String

true or false

Actions limit

String

A number from 0 to 1000

50

Memberships member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Members Invited

String

One of: admins, all, none normal`, owners

none

Board Stars

String

One of: mine or none

none

Label fields

String

all or a comma-separated list of these fields: color, idBoard, name, uses

all

Actions entities

String

true or false

List fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Actions since

String

A date, null, or the last viewed date

Organization memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Card attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

cards

String

One of: all, closed, none, open, visible

none

checklists

String

all or none

none

Checklist fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos

all

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Actions display

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, initials, fullName, username and confirmed

Card checklists

String

all or none

none

labels

String

all or none

none

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, desc, descData, closed, idOrganization, pinned, url, shortUrl, prefs and labelNames

Action member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Card stickers

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

Action member

String

true or false

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name and displayName

members

String

One of: admins, all, none normal`, owners

none

Memberships member

String

true or false

Actions format

String

One of: count, list, minimal

list

memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Members Invited fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, initials, fullName and username

Action member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Labels limit

String

A number from 0 to 1000

50

Action member Creator

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards By Id Board By Field

<trello:get-boards-by-id-board-field>

Get Boards By Id Board By Field. This operation makes an HTTP GET request to the /boards/{idBoard}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Cards By Id Board

<trello:get-boards-cards-by-id-board>

Get Boards Cards By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

before

String

A date or null

checklists

String

all or none

none

filter

String

One of: all, closed, none, open, visible

visible

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

stickers

String

true or false

members

String

true or false

limit

String

A number from 1 to 1000

attachments

String

A boolean value or cover for only card cover attachments

since

String

A date or null

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Cards By Id Board By Filter

<trello:get-boards-cards-by-id-board-filter>

Get Boards Cards By Id Board By Filter. This operation makes an HTTP GET request to the /boards/{idBoard}/cards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Cards By Id Board By Id Card

<trello:get-boards-cards-by-id-Board identifier-card>

Get Boards Cards By Id Board By Id Card. This operation makes an HTTP GET request to the /boards/{idBoard}/cards/{idCard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Card

String

Card ID

x

Actions limit

String

A number from 0 to 1000

50

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

Actions entities

String

true or false

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

checklists

String

all or none

none

Checklist fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos

all

Actions display

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, initials, fullName and username

labels

String

true or false

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

members

String

true or false

Check Item State fields

String

all or a comma-separated list of these fields: idCheckItem, state

all

attachments

String

A boolean value or cover for only card cover attachments

Action member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Checklists By Id Board

<trello:get-boards-checklists-by-id-board>

Get Boards Checklists By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/checklists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Check Items

String

all or none

all

cards

String

One of: all, closed, none, open, visible

none

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

filter

String

all or none

all

Check Item fields

String

all or a comma-separated list of these fields: name, nameData, pos, state, type

name, nameData, pos and state

fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos`

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Deltas By Id Board

<trello:get-boards-deltas-by-id-board>

Get Boards Deltas By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/deltas endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

tags

String

A valid tag for subscribing

x

Ix Last Update

String

A number from -1 to Infinity

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Labels By Id Board

<trello:get-boards-labels-by-id-board>

Get Boards Labels By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/labels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

fields

String

all or a comma-separated list of these fields: color, idBoard, name, uses

all

limit

String

A number from 0 to 1000

50

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Labels By Id Board By Id Label

<trello:get-boards-labels-by-id-Board identifier-label>

Get Boards Labels By Id Board By Id Label. This operation makes an HTTP GET request to the /boards/{idBoard}/labels/{idLabel} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Label

String

Label ID

x

fields

String

all or a comma-separated list of these fields: color, idBoard, name, uses

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Lists By Id Board

<trello:get-boards-lists-by-id-board>

Get Boards Lists By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/lists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

cards

String

One of: all, closed, none, open, visible

none

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

filter

String

One of: all, closed, none, open

open

fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Lists By Id Board By Filter

<trello:get-boards-lists-by-id-board-filter>

Get Boards Lists By Id Board By Filter. This operation makes an HTTP GET request to the /boards/{idBoard}/lists/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Members By Id Board

<trello:get-boards-members-by-id-board>

Get Boards Members By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

One of: admins, all, none normal`, owners

all

fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

activity

String

true or false ; works for premium organizations only.

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Members By Id Board By Filter

<trello:get-boards-members-by-id-board-filter>

Get Boards Members By Id Board By Filter. This operation makes an HTTP GET request to the `/boards/{idBoard}/members/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Members Cards By Id Board By Id Member

<trello:get-boards-members-cards-by-id-Board identifier-member>

Get Boards Members Cards By Id Board By Id Member. This operation makes an HTTP GET request to the /boards/{idBoard}/members/{idMember}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Member

String

Member ID

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

List fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, desc, closed, idOrganization, pinned, url and prefs

checklists

String

all or none

none

filter

String

One of: all, closed, none, open, visible

visible

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

board

String

true or false

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

members

String

true or false

attachments

String

A boolean value or cover for only card cover attachments

list

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Members Invited By Id Board

<trello:get-boards-members-invited-by-id-board>

Get Boards Members Invited By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/membersInvited endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Members Invited By Id Board By Field

<trello:get-boards-members-invited-by-id-board-field>

Get Boards Members Invited By Id Board By Field. This operation makes an HTTP GET request to the /boards/{idBoard}/membersInvited/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Memberships By Id Board

<trello:get-boards-memberships-by-id-board>

Get Boards Memberships By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/memberships endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

filter

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

all

member

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Memberships By Id Board By Id Membership

<trello:get-boards-memberships-by-id-Board identifier-membership>

Get Boards Memberships By Id Board By Id Membership. This operation makes an HTTP GET request to the /boards/{idBoard}/memberships/{idMembership} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Membership

String

Membership ID

x

member

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards My Prefs By Id Board

<trello:get-boards-my-prefs-by-id-board>

Get Boards My Prefs By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/myPrefs endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Organization By Id Board

<trello:get-boards-organization-by-id-board>

Get Boards Organization By Id Board. This operation makes an HTTP GET request to the /boards/{idBoard}/organization endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Boards Organization By Id Board By Field

<trello:get-boards-organization-by-id-board-field>

Get Boards Organization By Id Board By Field. This operation makes an HTTP GET request to the /boards/{idBoard}/organization/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Actions By Id Card

<trello:get-cards-actions-by-id-card>

Get Cards Actions By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/actions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

format

String

One of: count, list, minimal

list

Id Models

String

Only return actions related to these model IDs

entities

String

true or false

Member Creator

String

true or false

page

String

Page * limit must be less than 1000

0

before

String

A date or null

filter

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

commentCard and updateCard:idList

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 0 to 1000

50

since

String

A date, null, or the last viewed date

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Attachments By Id Card

<trello:get-cards-attachments-by-id-card>

Get Cards Attachments By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/attachments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

filter

String

A boolean value or cover for only card cover attachments

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Attachments By Id Card By Id Attachment

<trello:get-cards-attachments-by-id-card-id-attachment>

Get Cards Attachments By Id Card By Id Attachment. This operation makes an HTTP GET request to the /cards/{idCard}/attachments/{idAttachment} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Attachment

String

idAttachment

x

fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Board By Id Card

<trello:get-cards-board-by-id-card>

Get Cards Board By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Board By Id Card By Field

<trello:get-cards-board-by-id-card-field>

Get Cards Board By Id Card By Field. This operation makes an HTTP GET request to the /cards/{idCard}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards By Id Card

<trello:get-cards-by-id-card>

Get Cards By Id Card. This operation makes an HTTP GET request to the /cards/{idCard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Actions limit

String

A number from 0 to 1000

50

Sticker fields

String

all or a comma-separated list of these fields: image, imageScaled, imageUrl, left, rotate, top, zIndex

all

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

Members Voted

String

true or false

Actions entities

String

true or false

List fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, desc, descData, closed, idOrganization, pinned, url and prefs

checklists

String

all or none

none

Checklist fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos

all

Member Voted fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Actions display

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

board

String

true or false

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl and url

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

stickers

String

true or false

members

String

true or false

Check Item State fields

String

all or a comma-separated list of these fields: idCheckItem or state

all

attachments

String

A boolean value or cover for only card cover attachments

Action member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

list

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards By Id Card By Field

<trello:get-cards-by-id-card-field>

Get Cards By Id Card By Field. This operation makes an HTTP GET request to the /cards/{idCard}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Check Item States By Id Card

<trello:get-cards-check-item-states-by-id-card>

Get Cards Check Item States By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/checkItemStates endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: idCheckItem, state

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Checklists By Id Card

<trello:get-cards-checklists-by-id-card>

Get Cards Checklists By Id Card. This operation makes an HTTP GET request to the `/cards/{idCard}/checklists endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Check Items

String

all or none

all

cards

String

One of: all, closed, none, open, visible

none

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

filter

String

all or none

all

Check Item fields

String

all or a comma-separated list of these fields: name, nameData, pos, state, type

name, nameData, pos and state

fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards List By Id Card

<trello:get-cards-list-by-id-card>

Get Cards List By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/list endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards List By Id Card By Field

<trello:get-cards-list-by-id-card-field>

Get Cards List By Id Card By Field. This operation makes an HTTP GET request to the /cards/{idCard}/list/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Members By Id Card

<trello:get-cards-members-by-id-card>

Get Cards Members By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Members Voted By Id Card

<trello:get-cards-members-voted-by-id-card>

Get Cards Members Voted By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/membersVoted endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Stickers By Id Card

<trello:get-cards-stickers-by-id-card>

Get Cards Stickers By Id Card. This operation makes an HTTP GET request to the /cards/{idCard}/stickers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

fields

String

all or a comma-separated list of these fields: image, imageScaled, imageUrl, left, rotate, top, zIndex

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Cards Stickers By Id Card By Id Sticker

<trello:get-cards-stickers-by-id-card-id-sticker>

Get Cards Stickers By Id Card By Id Sticker. This operation makes an HTTP GET request to the /cards/{idCard}/stickers/{idSticker} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Sticker

String

Sticker ID

x

fields

String

all or a comma-separated list of these fields: image, imageScaled, imageUrl, left, rotate, top, zIndex

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Board By Id Checklist

<trello:get-checklists-board-by-id-checklist>

Get Checklists Board By Id Checklist. This operation makes an HTTP GET request to the /checklists/{idChecklist}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Board By Id Checklist By Field

<trello:get-checklists-board-by-id-checklist-field>

Get Checklists Board By Id Checklist By Field. This operation makes an HTTP GET request to the /checklists/{idChecklist}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists By Id Checklist

<trello:get-checklists-by-id-checklist>

Get Checklists By Id Checklist. This operation makes an HTTP GET request to the /checklists/{idChecklist} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Check Items

String

all or none

all

cards

String

One of: all, closed, none, open, visible

none

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item fields

String

all or a comma-separated list of these fields: name, nameData, pos, state, type

name, nameData, pos and state

fields

String

all or a comma-separated list of these fields: idBoard, idCard, name, pos

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists By Id Checklist By Field

<trello:get-checklists-by-id-checklist-field>

Get Checklists By Id Checklist By Field. This operation makes an HTTP GET request to the /checklists/{idChecklist}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Cards By Id Checklist

<trello:get-checklists-cards-by-id-checklist>

Get Checklists Cards By Id Checklist. This operation makes an HTTP GET request to the /checklists/{idChecklist}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

before

String

A date or null

checklists

String

all or none

none

filter

String

One of: all, closed, none, open

open

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

stickers

String

true or false

members

String

true or false

limit

String

A number from 1 to 1000

attachments

String

A boolean value or cover for only card cover attachments

since

String

A date or null

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Cards By Id Checklist By Filter

<trello:get-checklists-cards-by-id-checklist-filter>

Get Checklists Cards By Id Checklist By Filter. This operation makes an HTTP GET request to the /checklists/{idChecklist}/cards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Check Items By Id Checklist

<trello:get-checklists-check-items-by-id-checklist>

Get Checklists Check Items By Id Checklist. This operation makes an HTTP GET request to the /checklists/{idChecklist}/checkItems endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

filter

String

all or none

all

fields

String

all or a comma-separated list of these fields: name, nameData, pos, state, type

name, nameData, pos and state

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Checklists Check Items By Id Checklist By Id Check Item

<trello:get-checklists-check-items-by-id-checklist-id-check-item>

Get Checklists Check Items By Id Checklist By Id Check Item. This operation makes an HTTP GET request to the /checklists/{idChecklist}/checkItems/{idCheckItem} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

fields

String

all or a comma-separated list of these fields: name, nameData, pos, state, type

name, nameData, pos and state

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Labels Board By Id Label

<trello:get-labels-board-by-id-label>

Get Labels Board By Id Label. This operation makes an HTTP GET request to the /labels/{idLabel}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Labels Board By Id Label By Field

<trello:get-labels-board-by-id-label-field>

Get Labels Board By Id Label By Field. This operation makes an HTTP GET request to the /labels/{idLabel}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Labels By Id Label

<trello:get-labels-by-id-label>

Get Labels By Id Label. This operation makes an HTTP GET request to the /labels/{idLabel} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

fields

String

all or a comma-separated list of these fields: color, idBoard, name, uses

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists Actions By Id List

<trello:get-lists-actions-by-id-list>

Get Lists Actions By Id List. This operation makes an HTTP GET request to the /lists/{idList}/actions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

format

String

One of: count, list, minimal

list

Id Models

String

Only return actions related to these model IDs

entities

String

true or false

Member Creator

String

true or false

page

String

Page * limit must be less than 1000

0

before

String

A date or null

filter

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

all

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 0 to 1000

50

since

String

A date, null, or the last viewed date

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists Board By Id List

<trello:get-lists-board-by-id-list>

Get Lists Board By Id List. This operation makes an HTTP GET request to the /lists/{idList}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists Board By Id List By Field

<trello:get-lists-board-by-id-list-field>

Get Lists Board By Id List By Field. This operation makes an HTTP GET request to the /lists/{idList}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists By Id List

<trello:get-lists-by-id-list>

Get Lists By Id List. This operation makes an HTTP GET request to the /lists/{idList} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, desc, descData, closed, idOrganization, pinned, url and prefs

cards

String

One of: all, closed, none, open

none

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

board

String

true or false

fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

name, closed, idBoard and pos

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists By Id List By Field

<trello:get-lists-by-id-list-field>

Get Lists By Id List By Field. This operation makes an HTTP GET request to the /lists/{idList}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists Cards By Id List

<trello:get-lists-cards-by-id-list>

Get Lists Cards By Id List. This operation makes an HTTP GET request to the /lists/{idList}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

before

String

A date or null

checklists

String

all or none

none

filter

String

One of: all, closed, none, open

open

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

stickers

String

true or false

members

String

true or false

limit

String

A number from 1 to 1000

attachments

String

A boolean value or cover for only card cover attachments

since

String

A date or null

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Lists Cards By Id List By Filter

<trello:get-lists-cards-by-id-list-filter>

Get Lists Cards By Id List By Filter. This operation makes an HTTP GET request to the /lists/{idList}/cards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Actions By Id Member

<trello:get-members-actions-by-id-member>

Get Members Actions By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/actions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

format

String

One of: count, list, minimal

list

Id Models

String

Only return actions related to these model IDs

entities

String

true or false

Member Creator

String

true or false

page

String

Page * limit must be less than 1000

0

before

String

A date or null

filter

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

all

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 0 to 1000

50

since

String

A date, null, or the last viewed date

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Board Backgrounds By Id Member

<trello:get-members-board-backgrounds-by-id-member>

Get Members Board Backgrounds By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/boardBackgrounds endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

One of: all, custom, default, none, premium

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Board Backgrounds By Id Member By Id Board Background

<trello:get-members-board-backgrounds-by-id-member-id-board-background>

Get Members Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP GET request to the /members/{idMember}/boardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

fields

String

all or a comma-separated list of these fields: brightness, fullSizeUrl, scaled, tile

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Board Stars By Id Member

<trello:get-members-board-stars-by-id-member>

Get Members Board Stars By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/boardStars endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Board Stars By Id Member By Id Board Star

<trello:get-members-board-stars-by-id-member-id-board-star>

Get Members Board Stars By Id Member By Id Board Star. This operation makes an HTTP GET request to the /members/{idMember}/boardStars/{idBoardStar} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Star

String

Board star ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Boards By Id Member

<trello:get-members-boards-by-id-member>

Get Members Boards By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/boards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

lists

String

One of: all, closed, none, open

none

organization

String

true or false

Actions limit

String

A number from 0 to 1000

50

Actions entities

String

true or false

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Actions since

String

A date, null, or the last viewed date

filter

String

all or a comma-separated list of these fields: closed, members, open, organization, pinned, public, starred, unpinned

all

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name and displayName

Actions format

String

One of: count, list, minimal

list

memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Boards By Id Member By Filter

<trello:get-members-boards-by-id-member-filter>

Get Members Boards By Id Member By Filter. This operation makes an HTTP GET request to the /members/{idMember}/boards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Boards Invited By Id Member

<trello:get-members-boards-invited-by-id-member>

Get Members Boards Invited By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/boardsInvited endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Boards Invited By Id Member By Field

<trello:get-members-boards-invited-by-id-member-field>

Get Members Boards Invited By Id Member By Field. This operation makes an HTTP GET request to the /members/{idMember}/boardsInvited/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members By Id Member

<trello:get-members-by-id-member>

If you specify 'me' as the username, this call will respond as if you had supplied the username associated with the supplied token. This operation makes an HTTP GET request to the /members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Card member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Board lists

String

One of: all, closed, none, open

none

Card attachments

String

A boolean value or cover for only card cover attachments

Organization paid account

String

true or false

Custom Stickers

String

all or none

none

Board organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name and displayName

Actions limit

String

A number from 0 to 1000

50

Board organization

String

true or false

Notifications entities

String

true or false

Board action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Board Stars

String

true or false

Card members

String

true or false

Board memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Boards Invited

String

all or a comma-separated list of these fields: closed, members, open, organization, pinned, public, starred, unpinned

Actions entities

String

true or false

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Notification since

String

An ID or null

Notification member Creator

String

true or false

Card attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

url and previews

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, closed, idOrganization and pinned

cards

String

One of: all, closed, none, open, visible

none

Board actions format

String

One of: count, list, minimal

list

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Organizations Invited fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Notification fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type, unread

all

Board Backgrounds

String

One of: all, custom, default, none, premium

none

Custom Emoji

String

all or none

none

Notifications limit

String

A number from 1 to 1000

50

Actions display

String

true or false

Paid account

String

true or false

Notification member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Boards Invited fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, closed, idOrganization and pinned

Board actions since

String

A date, null, or the last viewed date

Board actions limit

String

A number from 0 to 1000

50

Notification before

String

An Id, or null

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Card stickers

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

Action since

String

A date, null, or the last viewed date

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

tokens

String

all or none

none

Saved Searches

String

true or false

Action before

String

A date or null

Board actions display

String

true or false

Custom Board Backgrounds

String

all or none

none

Organizations Invited

String

One of: all, members, none, public

none

Board actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

organizations

String

One of: all, members, none or public

none

notifications

String

all or a comma-separated list of these fields: addAdminToBoard, addAdminToOrganization, addedAttachmentToCard, addedMemberToCard, addedToBoard, addedToCard, addedToOrganization, cardDueSoon, changeCard, closeBoard, commentCard, createdCard, declinedInvitationToBoard, declinedInvitationToOrganization, invitedToBoard, invitedToOrganization, makeAdminOfBoard, makeAdminOfOrganization, memberJoinedTrello, mentionedOnCard, removedFromBoard, removedFromCard, removedFromOrganization, removedMemberFromCard, unconfirmedInvitedToBoard, unconfirmedInvitedToOrganization, updateCheckItemStateOnCard

Board actions entities

String

true or false

Notifications display

String

true or false

boards

String

all or a comma-separated list of these fields: closed, members, open, organization, pinned, public, starred, unpinned

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members By Id Member By Field

<trello:get-members-by-id-member-field>

Get Members By Id Member By Field. This operation makes an HTTP GET request to the /members/{idMember}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Cards By Id Member

<trello:get-members-cards-by-id-member>

Get Members Cards By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

before

String

A date or null

checklists

String

all or none

none

filter

String

One of: all, closed, none, open, visible

visible

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

stickers

String

true or false

members

String

true or false

limit

String

A number from 1 to 1000

attachments

String

A boolean value or cover for only card cover attachments

since

String

A date or null

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Cards By Id Member By Filter

<trello:get-members-cards-by-id-member-filter>

Get Members Cards By Id Member By Filter. This operation makes an HTTP GET request to the /members/{idMember}/cards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Board Backgrounds By Id Member

<trello:get-members-custom-board-backgrounds-by-id-member>

Get Members Custom Board Backgrounds By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/customBoardBackgrounds endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

all or none

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Board Backgrounds By Id Member By Id Board Background

<trello:get-members-custom-board-backgrounds-by-id-member-id-board-background>

Get Members Custom Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP GET request to the /members/{idMember}/customBoardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

fields

String

all or a comma-separated list of these fields: brightness, fullSizeUrl, scaled, tile

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Emoji By Id Member

<trello:get-members-custom-emoji-by-id-member>

This gets the list of all of the user’s uploaded emoji. This operation makes an HTTP GET request to the /members/{idMember}/customEmoji endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

all or none

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Emoji By Id Member By Id Custom Emoji

<trello:get-members-custom-emoji-by-id-member-id-custom-emoji>

Get Members Custom Emoji By Id Member By Id Custom Emoji. This operation makes an HTTP GET request to the /members/{idMember}/customEmoji/{idCustomEmoji} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Custom Emoji

String

Custom emoji ID

x

fields

String

all or a comma-separated list of these fields: name or url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Stickers By Id Member

<trello:get-members-custom-stickers-by-id-member>

This gets a list of all of the user’s uploaded stickers. This operation makes an HTTP GET request to the /members/{idMember}/customStickers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

all or none

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Custom Stickers By Id Member By Id Custom Sticker

<trello:get-members-custom-stickers-by-id-member-id-custom-sticker>

Get Members Custom Stickers By Id Member By Id Custom Sticker. This operation makes an HTTP GET request to the /members/{idMember}/customStickers/{idCustomSticker} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Custom Sticker

String

Custom sticker ID

x

fields

String

all or a comma-separated list of these fields: scaled or url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Deltas By Id Member

<trello:get-members-deltas-by-id-member>

Get Members Deltas By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/deltas endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

tags

String

A valid tag for subscribing

x

Ix Last Update

String

A number from -1 to Infinity

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Notifications By Id Member

<trello:get-members-notifications-by-id-member>

You can only read the notifications for the member associated with the supplied token. This operation makes an HTTP GET request to the /members/{idMember}/notifications endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

entities

String

true or false

Member Creator

String

true or false

page

String

A number from 0 to 100

0

before

String

An ID or null

filter

String

all or a comma-separated list of these fields: addAdminToBoard, addAdminToOrganization, addedAttachmentToCard, addedMemberToCard, addedToBoard, addedToCard, addedToOrganization, cardDueSoon, changeCard, closeBoard, commentCard createdCard, declinedInvitationToBoard, declinedInvitationToOrganization, invitedToBoard, invitedToOrganization, makeAdminOfBoard, makeAdminOfOrganization, memberJoinedTrello, mentionedOnCard, removedFromBoard, removedFromCard, removedFromOrganization, removedMemberFromCard, unconfirmedInvitedToBoard, unconfirmedInvitedToOrganization, updateCheckItemStateOnCard

all

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type, unread

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 1 to 1000

50

since

String

An ID or null

Read filter

String

One of: all, read or unread

all

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Notifications By Id Member By Filter

<trello:get-members-notifications-by-id-member-filter>

Get Members Notifications By Id Member By Filter. This operation makes an HTTP GET request to the /members/{idMember}/notifications/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Organizations By Id Member

<trello:get-members-organizations-by-id-member>

Get Members Organizations By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/organizations endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

One of: all, members, none or public

all

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Paid account

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Organizations By Id Member By Filter

<trello:get-members-organizations-by-id-member-filter>

Get Members Organizations By Id Member By Filter. This operation makes an HTTP GET request to the /members/{idMember}/organizations/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Organizations Invited By Id Member

<trello:get-members-organizations-invited-by-id-member>

Get Members Organizations Invited By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/organizationsInvited endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Organizations Invited By Id Member By Field

<trello:get-members-organizations-invited-by-id-member-field>

Get Members Organizations Invited By Id Member By Field. This operation makes an HTTP GET request to the /members/{idMember}/organizationsInvited/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Saved Searches By Id Member

<trello:get-members-saved-searches-by-id-member>

Get Members Saved Searches By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/savedSearches endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Saved Searches By Id Member By Id Saved Search

<trello:get-members-saved-searches-by-id-member-id-saved-search>

Get Members Saved Searches By Id Member By Id Saved Search. This operation makes an HTTP GET request to the /members/{idMember}/savedSearches/{idSavedSearch} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Members Tokens By Id Member

<trello:get-members-tokens-by-id-member>

Get Members Tokens By Id Member. This operation makes an HTTP GET request to the /members/{idMember}/tokens endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

filter

String

all or none

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Board By Id Notification

<trello:get-notifications-board-by-id-notification>

Get Notifications Board By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/board endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Board By Id Notification By Field

<trello:get-notifications-board-by-id-notification-field>

Get Notifications Board By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/board/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications By Id Notification

<trello:get-notifications-by-id-notification>

Get Notifications By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

organization

String

true or false

entities

String

true or false

Member Creator

String

true or false

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

name

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

board

String

true or false

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type, unread

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

displayName

card

String

true or false

list

String

true or false

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications By Id Notification By Field

<trello:get-notifications-by-id-notification-field>

Get Notifications By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Card By Id Notification

<trello:get-notifications-card-by-id-notification>

Get Notifications Card By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/card endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Card By Id Notification By Field

<trello:get-notifications-card-by-id-notification-field>

Get Notifications Card By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/card/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Display By Id Notification

<trello:get-notifications-display-by-id-notification>

Get Notifications Display By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/display endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Entities By Id Notification

<trello:get-notifications-entities-by-id-notification>

Get Notifications Entities By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/entities endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications List By Id Notification

<trello:get-notifications-list-by-id-notification>

Get Notifications List By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/list endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications List By Id Notification By Field

<trello:get-notifications-list-by-id-notification-field>

Get Notifications List By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/list/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Member By Id Notification

<trello:get-notifications-member-by-id-notification>

Get Notifications Member By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/member endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullNam, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Member By Id Notification By Field

<trello:get-notifications-member-by-id-notification-field>

Get Notifications Member By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/member/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Member Creator By Id Notification

<trello:get-notifications-member-creator-by-id-notification>

Get Notifications Member Creator By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/memberCreator endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Member Creator By Id Notification By Field

<trello:get-notifications-member-creator-by-id-notification-field>

Get Notifications Member Creator By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/memberCreator/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Organization By Id Notification

<trello:get-notifications-organization-by-id-notification>

Get Notifications Organization By Id Notification. This operation makes an HTTP GET request to the /notifications/{idNotification}/organization endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Notifications Organization By Id Notification By Field

<trello:get-notifications-organization-by-id-notification-field>

Get Notifications Organization By Id Notification By Field. This operation makes an HTTP GET request to the /notifications/{idNotification}/organization/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Actions By Id Org

<trello:get-organizations-actions-by-id-org>

Get Organizations Actions By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/actions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

format

String

One of: count, list, minimal

list

Id Models

String

Only return actions related to these model ids

entities

String

true or false

Member Creator

String

true or false

page

String

Page * limit must be less than 1000

0

before

String

A date or null

filter

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

all

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

member

String

true or false

fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member Creator fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

limit

String

A number from 0 to 1000

50

since

String

A date, null, or the last viewed date

display

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Boards By Id Org

<trello:get-organizations-boards-by-id-org>

Get Organizations Boards By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/boards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

lists

String

One of: all, closed, none, open

none

organization

String

true or false

Actions limit

String

A number from 0 to 1000

50

Actions entities

String

true or false

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Actions since

String

A date, null, or the last viewed date

filter

String

all or a comma-separated list of these fields: closed, members, open, organization, pinned, public, starred, unpinned

all

fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name and displayName

Actions format

String

One of: count, list, minimal

list

memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Boards By Id Org By Filter

<trello:get-organizations-boards-by-id-org-filter>

Get Organizations Boards By Id Org By Filter. This operation makes an HTTP GET request to the /organizations/{idOrg}/boards/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations By Id Org

<trello:get-organizations-by-id-org>

Get Organizations By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Board lists

String

One of: all, closed, none, open

none

Actions limit

String

A number from 0 to 1000

50

Memberships member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Members Invited

String

One of: admins, all, none normal`, owners

none

Board action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Member activity

String

true or false ; works for premium organizations only.

Actions entities

String

true or false

Action fields

String

all or a comma-separated list of these fields: data, date, idMemberCreator, type

all

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

all

Board actions format

String

One of: count, list, minimal

list

Actions display

String

true or false

Paid account

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials, username and confirmed

Board actions since

String

A date, null, or last viewed date

Board actions limit

String

A number from 0 to 1000

50

fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name, displayName, desc, descData, url, website, logoHash, products and powerUps

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

members

String

One of: admins, all, none normal`, owners

none

Memberships member

String

true or false

Board actions display

String

true or false

Board actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

memberships

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

none

Members Invited fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, initials, fullName and username

Board actions entities

String

true or false

boards

String

all or a comma-separated list of these fields: closed, members, open, organization, pinned, public, starred, unpinned

none

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations By Id Org By Field

<trello:get-organizations-by-id-org-field>

Get Organizations By Id Org By Field. This operation makes an HTTP GET request to the /organizations/{idOrg}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Deltas By Id Org

<trello:get-organizations-deltas-by-id-org>

Get Organizations Deltas By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/deltas endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

tags

String

A valid tag for subscribing

x

Ix Last Update

String

A number from -1 to Infinity

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Members By Id Org

<trello:get-organizations-members-by-id-org>

Get Organizations Members By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

filter

String

One of: admins, all, none normal`, owners

all

fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

activity

String

true or false ; works for premium organizations only.

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Members By Id Org By Filter

<trello:get-organizations-members-by-id-org-filter>

Get Organizations Members By Id Org By Filter. This operation makes an HTTP GET request to the /organizations/{idOrg}/members/{filter} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

filter

String

filter

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Members Cards By Id Org By Id Member

<trello:get-organizations-members-cards-by-id-org-id-member>

Get Organizations Members Cards By Id Org By Id Member. This operation makes an HTTP GET request to the /organizations/{idOrg}/members/{idMember}/cards endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Member

String

Member ID

x

Attachment fields

String

all or a comma-separated list of these fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url

all

List fields

String

all or a comma-separated list of these fields: closed, idBoard, name, pos, subscribed

all

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name, desc, closed, idOrganization, pinned, url and prefs

checklists

String

all or none

none

filter

String

One of: all, closed, none, open, visible

visible

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials and username

board

String

true or false

fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Check Item States

String

true or false

actions

String

all or a comma-separated list of these fields: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, updateOrganization

members

String

true or false

attachments

String

A boolean value or cover for only card cover attachments

list

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Members Invited By Id Org

<trello:get-organizations-members-invited-by-id-org>

Get Organizations Members Invited By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/membersInvited endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Members Invited By Id Org By Field

<trello:get-organizations-members-invited-by-id-org-field>

Get Organizations Members Invited By Id Org By Field. This operation makes an HTTP GET request to the /organizations/{idOrg}/membersInvited/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Memberships By Id Org

<trello:get-organizations-memberships-by-id-org>

Get Organizations Memberships By Id Org. This operation makes an HTTP GET request to the /organizations/{idOrg}/memberships endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

filter

String

all or a comma-separated list of these fields: active, admin, deactivated, me, normal

all

member

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Organizations Memberships By Id Org By Id Membership

<trello:get-organizations-memberships-by-id-org-id-membership>

Get Organizations Memberships By Id Org By Id Membership. This operation makes an HTTP GET request to the /organizations/{idOrg}/memberships/{idMembership} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Membership

String

Membership ID

x

member

String

true or false

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

fullName and username

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Search

<trello:get-search>

Get Search. This operation makes an HTTP GET request to the /search endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Boards

String

A comma-separated list of object IDs, 24-character hex strings

mine

Card attachments

String

A boolean value or cover for only card cover attachments

partial

String

true or false

Members limit

String

A number from 1 to 1000

10

Card members

String

true or false

Id Cards

String

A comma-separated list of object IDs, 24-character hex strings

Cards page

String

A number from 0 to 100

0

Model Types

String

all or a comma-separated list of these fields: actions, boards, cards, members, organizations

all

Id Organizations

String

A comma-separated list of object IDs, 24-character hex strings

x

Organizations limit

String

A number from 1 to 1000

10

query

String

A string with a length from 1 to 16384

x

Card board

String

true or false

Board fields

String

all or a comma-separated list of these fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url

name and idOrganization

Card fields

String

all or a comma-separated list of these fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url

all

Boards limit

String

A number from 1 to 1000

10

Member fields

String

all or a comma-separated list of these fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username

avatarHash, fullName, initials, username and confirmed

Card stickers

String

true or false

Organization fields

String

all or a comma-separated list of these fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website

name and displayName

Card list

String

true or false

Cards limit

String

A number from 1 to 1000

10

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Search Members

<trello:get-search-members>

Get Search Members. This operation makes an HTTP GET request to the /search/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

An ID or null

Id Organization

String

An ID or null

query

String

A string with a length from 1 to 16384

x

Only Org Members

String

A boolean

limit

String

A number from 1 to 20

8

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Sessions Socket

<trello:get-sessions-socket>

The route for WebSocket requests. See the socket API reference for a description of WebSocket usage.. This operation makes an HTTP GET request to the /sessions/socket endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens By Token

<trello:get-tokens-by-token>

Get Tokens By Token. This operation makes an HTTP GET request to the /tokens/{token} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

fields

String

all or a comma-separated list of these fields: dateCreated, dateExpires, idMember, identifier or permissions

all

webhooks

String

true or false

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens By Token By Field

<trello:get-tokens-by-token-field>

Get Tokens By Token By Field. This operation makes an HTTP GET request to the /tokens/{token}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens Member By Token

<trello:get-tokens-member-by-token>

Get Tokens Member By Token. This operation makes an HTTP GET request to the /tokens/{token}/member endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

fields

String

all or a comma-separated list of these fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username

all

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens Member By Token By Field

<trello:get-tokens-member-by-token-field>

Get Tokens Member By Token By Field. This operation makes an HTTP GET request to the /tokens/{token}/member/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens Webhooks By Token

<trello:get-tokens-webhooks-by-token>

Get Tokens Webhooks By Token. This operation makes an HTTP GET request to the /tokens/{token}/webhooks endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Tokens Webhooks By Token By Id Webhook

<trello:get-tokens-webhooks-by-token-id-webhook>

Get Tokens Webhooks By Token By Id Webhook. This operation makes an HTTP GET request to the /tokens/{token}/webhooks/{idWebhook} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Id Webhook

String

Webhook ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Types By Id

<trello:get-types-by-id>

Get Types By Id. This operation makes an HTTP GET request to the /types/{id} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

ID

String

ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Webhooks By Id Webhook

<trello:get-webhooks-by-id-webhook>

Get Webhooks By Id Webhook. This operation makes an HTTP GET request to the /webhooks/{idWebhook} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Get Webhooks By Id Webhook By Field

<trello:get-webhooks-by-id-webhook-field>

Get Webhooks By Id Webhook By Field. This operation makes an HTTP GET request to the /webhooks/{idWebhook}/{field} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

field

String

field

x

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Streaming Strategy

Configure if repeatable streams should be used and their behavior

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

#[null]

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Actions By Id Action

<trello:update-actions-by-id-action>

Update Actions By Id Action. This operation makes an HTTP PUT request to the /actions/{idAction} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

Actions Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Actions Text By Id Action

<trello:update-actions-text-by-id-action>

Update Actions Text By Id Action. This operation makes an HTTP PUT request to the /actions/{idAction}/text endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Action

String

Action ID

x

Actions Text Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards By Id Board

<trello:update-boards-by-id-board>

Update Boards By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Closed By Id Board

<trello:update-boards-closed-by-id-board>

Update Boards Closed By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/closed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Closed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Desc By Id Board

<trello:update-boards-desc-by-id-board>

Update Boards Desc By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/desc endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Desc Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Id Organization By Id Board

<trello:update-boards-id-organization-by-id-board>

Update Boards Id Organization By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/idOrganization endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Id Organization Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Blue By Id Board

<trello:update-boards-label-names-blue-by-id-board>

Update Boards Label Names Blue By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/blue endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Blue Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Green By Id Board

<trello:update-boards-label-names-green-by-id-board>

Update Boards Label Names Green By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/green endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Green Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Orange By Id Board

<trello:update-boards-label-names-orange-by-id-board>

Update Boards Label Names Orange By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/orange endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Orange Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Purple By Id Board

<trello:update-boards-label-names-purple-by-id-board>

Update Boards Label Names Purple By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/purple endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Purple Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Red By Id Board

<trello:update-boards-label-names-red-by-id-board>

Update Boards Label Names Red By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/red endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Red Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Label Names Yellow By Id Board

<trello:update-boards-label-names-yellow-by-id-board>

Update Boards Label Names Yellow By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/labelNames/yellow endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Label Names Yellow Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Members By Id Board

<trello:update-boards-members-by-id-board>

Update Boards Members By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Members By Id Board By Id Member

<trello:update-boards-members-by-id-Board identifier-member>

Update Boards Members By Id Board By Id Member. This operation makes an HTTP PUT request to the /boards/{idBoard}/members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Member

String

Member ID

x

Boards Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Memberships By Id Board By Id Membership

<trello:update-boards-memberships-by-id-Board identifier-membership>

Update Boards Memberships By Id Board By Id Membership. This operation makes an HTTP PUT request to the /boards/{idBoard}/memberships/{idMembership} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Id Membership

String

Membership ID

x

Boards Memberships Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Email Position By Id Board

<trello:update-boards-my-prefs-email-position-by-id-board>

Update Boards My Prefs Email Position By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/emailPosition endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Email Position Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Id Email List By Id Board

<trello:update-boards-my-prefs-id-email-list-by-id-board>

Update Boards My Prefs Id Email List By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/idEmailList endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Id Email List Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Show List Guide By Id Board

<trello:update-boards-my-prefs-show-list-guide-by-id-board>

Update Boards My Prefs Show List Guide By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/showListGuide endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Show List Guide Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Show Sidebar Activity By Id Board

<trello:update-boards-my-prefs-show-sidebar-activity-by-id-board>

Update Boards My Prefs Show Sidebar Activity By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/showSidebarActivity endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Show Sidebar Activity Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Show Sidebar Board Actions By Id Board

<trello:update-boards-my-prefs-show-sidebar-board-actions-by-id-board>

Update Boards My Prefs Show Sidebar Board Actions By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/showSidebarBoardActions endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Show Sidebar Board Actions Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Show Sidebar By Id Board

<trello:update-boards-my-prefs-show-sidebar-by-id-board>

Update Boards My Prefs Show Sidebar By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/showSidebar endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Show Sidebar Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards My Prefs Show Sidebar Members By Id Board

<trello:update-boards-my-prefs-show-sidebar-members-by-id-board>

Update Boards My Prefs Show Sidebar Members By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/myPrefs/showSidebarMembers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

My Prefs Show Sidebar Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Name By Id Board

<trello:update-boards-name-by-id-board>

Update Boards Name By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Background By Id Board

<trello:update-boards-prefs-background-by-id-board>

Update Boards Prefs Background By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/background endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Background Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Calendar Feed Enabled By Id Board

<trello:update-boards-prefs-calendar-feed-enabled-by-id-board>

Update Boards Prefs Calendar Feed Enabled By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/calendarFeedEnabled endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Calendar Feed Enabled Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Card Aging By Id Board

<trello:update-boards-prefs-card-aging-by-id-board>

Update Boards Prefs Card Aging By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/cardAging endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Card Aging Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Card Covers By Id Board

<trello:update-boards-prefs-card-covers-by-id-board>

Update Boards Prefs Card Covers By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/cardCovers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Card Covers Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Comments By Id Board

<trello:update-boards-prefs-comments-by-id-board>

Update Boards Prefs Comments By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/comments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Comments Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Invitations By Id Board

<trello:update-boards-prefs-invitations-by-id-board>

Update Boards Prefs Invitations By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/invitations endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Invitations Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Permission Level By Id Board

<trello:update-boards-prefs-permission-level-by-id-board>

Update Boards Prefs Permission Level By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/permissionLevel endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Permission Level Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Self Join By Id Board

<trello:update-boards-prefs-self-join-by-id-board>

Update Boards Prefs Self Join By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/selfJoin endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Self Join Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Prefs Voting By Id Board

<trello:update-boards-prefs-voting-by-id-board>

Update Boards Prefs Voting By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/prefs/voting endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Prefs Voting Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Boards Subscribed By Id Board

<trello:update-boards-subscribed-by-id-board>

Update Boards Subscribed By Id Board. This operation makes an HTTP PUT request to the /boards/{idBoard}/subscribed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Board

String

Board ID

x

Boards Subscribed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Actions Comments By Id Card By Id Action

<trello:update-cards-actions-comments-by-id-card-id-action>

This can only be done by the original author of the comment.. This operation makes an HTTP PUT request to the `/cards/{idCard}/actions/{idAction}/comments endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Action

String

Action ID

x

Cards Actions Comments Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards By Id Card

<trello:update-cards-by-id-card>

Update Cards By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Checklist Check Item By Id Card By Id Checklist Current By Id Check Item

<trello:update-cards-checklist-check-item-by-id-card-id-checklist-current-id-check-item>

Update Cards Checklist Check Item By Id Card By Id Checklist Current By Id Check Item. This operation makes an HTTP PUT request to the /cards/{idCard}/checklist/{idChecklistCurrent}/checkItem/{idCheckItem} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist Current

String

Current checklist ID

x

Id Check Item

String

Check item ID

x

Cards Checklist Id Checklist Current Check Item Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Checklist Check Item Name By Id Card By Id Checklist By Id Check Item

<trello:update-cards-checklist-check-item-name-by-id-card-id-checklist-id-check-item>

Update Cards Checklist Check Item Name By Id Card By Id Checklist By Id Check Item. This operation makes an HTTP PUT request to the /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Cards Checklist Check Item Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Checklist Check Item Pos By Id Card By Id Checklist By Id Check Item

<trello:update-cards-checklist-check-item-pos-by-id-card-id-checklist-id-check-item>

Update Cards Checklist Check Item Pos By Id Card By Id Checklist By Id Check Item. This operation makes an HTTP PUT request to the /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Cards Checklist Check Item Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Checklist Check Item State By Id Card By Id Checklist By Id Check Item

<trello:update-cards-checklist-check-item-state-by-id-card-id-checklist-id-check-item>

Update Cards Checklist Check Item State By Id Card By Id Checklist By Id Check Item. This operation makes an HTTP PUT request to the /cards/{idCard}/checklist/{idChecklist}/checkItem/{idCheckItem}/state endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Checklist

String

Checklist ID

x

Id Check Item

String

Check item ID

x

Cards Checklist Check Item State Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Closed By Id Card

<trello:update-cards-closed-by-id-card>

Update Cards Closed By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/closed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Closed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Desc By Id Card

<trello:update-cards-desc-by-id-card>

Update Cards Desc By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/desc endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Desc Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Due By Id Card

<trello:update-cards-due-by-id-card>

Update Cards Due By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/due endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Due Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Id Attachment Cover By Id Card

<trello:update-cards-id-attachment-cover-by-id-card>

Update Cards Id Attachment Cover By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/idAttachmentCover endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id Attachment Cover Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Id Board By Id Card

<trello:update-cards-id-board-by-id-card>

Update Cards Id Board By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/idBoard endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id Board Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Id List By Id Card

<trello:update-cards-id-list-by-id-card>

Update Cards Id List By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/idList endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id List Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Id Members By Id Card

<trello:update-cards-id-members-by-id-card>

Update Cards Id Members By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/idMembers endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Id Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Labels By Id Card

<trello:update-cards-labels-by-id-card>

Update Cards Labels By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/labels endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Name By Id Card

<trello:update-cards-name-by-id-card>

Update Cards Name By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Pos By Id Card

<trello:update-cards-pos-by-id-card>

Update Cards Pos By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Stickers By Id Card By Id Sticker

<trello:update-cards-stickers-by-id-card-id-sticker>

Update Cards Stickers By Id Card By Id Sticker. This operation makes an HTTP PUT request to the /cards/{idCard}/stickers/{idSticker} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Id Sticker

String

Sticker ID

x

Cards Stickers Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Cards Subscribed By Id Card

<trello:update-cards-subscribed-by-id-card>

Update Cards Subscribed By Id Card. This operation makes an HTTP PUT request to the /cards/{idCard}/subscribed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Card

String

Card ID or short link

x

Cards Subscribed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Checklists By Id Checklist

<trello:update-checklists-by-id-checklist>

Update Checklists By Id Checklist. This operation makes an HTTP PUT request to the /checklists/{idChecklist} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Checklists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Checklists Id Card By Id Checklist

<trello:update-checklists-id-card-by-id-checklist>

Update Checklists Id Card By Id Checklist. This operation makes an HTTP PUT request to the /checklists/{idChecklist}/idCard endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Checklists Id Card Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Checklists Name By Id Checklist

<trello:update-checklists-name-by-id-checklist>

Update Checklists Name By Id Checklist. This operation makes an HTTP PUT request to the /checklists/{idChecklist}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Checklists Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Checklists Pos By Id Checklist

<trello:update-checklists-pos-by-id-checklist>

Update Checklists Pos By Id Checklist. This operation makes an HTTP PUT request to the /checklists/{idChecklist}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Checklist

String

Checklist ID

x

Checklists Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Labels By Id Label

<trello:update-labels-by-id-label>

Update Labels By Id Label. This operation makes an HTTP PUT request to the /labels/{idLabel} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

Labels Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Labels Color By Id Label

<trello:update-labels-color-by-id-label>

Update Labels Color By Id Label. This operation makes an HTTP PUT request to the /labels/{idLabel}/color endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

Labels Color Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Labels Name By Id Label

<trello:update-labels-name-by-id-label>

Update Labels Name By Id Label. This operation makes an HTTP PUT request to the /labels/{idLabel}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Label

String

Label ID

x

Labels Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists By Id List

<trello:update-lists-by-id-list>

Update Lists By Id List. This operation makes an HTTP PUT request to the /lists/{idList} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists Closed By Id List

<trello:update-lists-closed-by-id-list>

Update Lists Closed By Id List. This operation makes an HTTP PUT request to the /lists/{idList}/closed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Closed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists Id Board By Id List

<trello:update-lists-id-board-by-id-list>

Update Lists Id Board By Id List. This operation makes an HTTP PUT request to the /lists/{idList}/idBoard endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Id Board Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists Name By Id List

<trello:update-lists-name-by-id-list>

Update Lists Name By Id List. This operation makes an HTTP PUT request to the /lists/{idList}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists Pos By Id List

<trello:update-lists-pos-by-id-list>

Update Lists Pos By Id List. This operation makes an HTTP PUT request to the /lists/{idList}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Lists Subscribed By Id List

<trello:update-lists-subscribed-by-id-list>

Update Lists Subscribed By Id List. This operation makes an HTTP PUT request to the /lists/{idList}/subscribed endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id List

String

List ID

x

Lists Subscribed Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Avatar Source By Id Member

<trello:update-members-avatar-source-by-id-member>

Update Members Avatar Source By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/avatarSource endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Avatar Source Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Bio By Id Member

<trello:update-members-bio-by-id-member>

Update Members Bio By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/bio endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Bio Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Board Backgrounds By Id Member By Id Board Background

<trello:update-members-board-backgrounds-by-id-member-id-board-background>

Update Members Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP PUT request to the /members/{idMember}/boardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

Members Board Backgrounds Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Board Stars By Id Member By Id Board Star

<trello:update-members-board-stars-by-id-member-id-board-star>

Update Members Board Stars By Id Member By Id Board Star. This operation makes an HTTP PUT request to the /members/{idMember}/boardStars/{idBoardStar} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Star

String

Board star ID

x

Members Board Stars Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Board Stars Id Board By Id Member By Id Board Star

<trello:update-members-board-stars-id-board-by-id-member-id-board-star>

Update Members Board Stars Id Board By Id Member By Id Board Star. This operation makes an HTTP PUT request to the /members/{idMember}/boardStars/{idBoardStar}/idBoard endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Star

String

Board star ID

x

Members Board Stars Id Board Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Board Stars Pos By Id Member By Id Board Star

<trello:update-members-board-stars-pos-by-id-member-id-board-star>

Update Members Board Stars Pos By Id Member By Id Board Star. This operation makes an HTTP PUT request to the /members/{idMember}/boardStars/{idBoardStar}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Star

String

Board star ID

x

Members Board Stars Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members By Id Member

<trello:update-members-by-id-member>

Update Members By Id Member. This operation makes an HTTP PUT request to the /members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Custom Board Backgrounds By Id Member By Id Board Background

<trello:update-members-custom-board-backgrounds-by-id-member-id-board-background>

Update Members Custom Board Backgrounds By Id Member By Id Board Background. This operation makes an HTTP PUT request to the /members/{idMember}/customBoardBackgrounds/{idBoardBackground} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Board Background

String

Board background ID

x

Members Custom Board Backgrounds Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Full Name By Id Member

<trello:update-members-full-name-by-id-member>

Update Members Full Name By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/fullName endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Full Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Initials By Id Member

<trello:update-members-initials-by-id-member>

Update Members Initials By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/initials endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Initials Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Prefs Color Blind By Id Member

<trello:update-members-prefs-color-blind-by-id-member>

Update Members Prefs Color Blind By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/prefs/colorBlind endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Prefs Color Blind Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Prefs Locale By Id Member

<trello:update-members-prefs-locale-by-id-member>

Update Members Prefs Locale By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/prefs/locale endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Prefs Locale Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Prefs Minutes Between Summaries By Id Member

<trello:update-members-prefs-minutes-between-summaries-by-id-member>

Update Members Prefs Minutes Between Summaries By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/prefs/minutesBetweenSummaries endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Prefs Minutes Between Summaries Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Saved Searches By Id Member By Id Saved Search

<trello:update-members-saved-searches-by-id-member-id-saved-search>

Update Members Saved Searches By Id Member By Id Saved Search. This operation makes an HTTP PUT request to the /members/{idMember}/savedSearches/{idSavedSearch} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Members Saved Searches Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Saved Searches Name By Id Member By Id Saved Search

<trello:update-members-saved-searches-name-by-id-member-id-saved-search>

Update Members Saved Searches Name By Id Member By Id Saved Search. This operation makes an HTTP PUT request to the /members/{idMember}/savedSearches/{idSavedSearch}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Members Saved Searches Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Saved Searches Pos By Id Member By Id Saved Search

<trello:update-members-saved-searches-pos-by-id-member-id-saved-search>

Update Members Saved Searches Pos By Id Member By Id Saved Search. This operation makes an HTTP PUT request to the /members/{idMember}/savedSearches/{idSavedSearch}/pos endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Members Saved Searches Pos Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Saved Searches Query By Id Member By Id Saved Search

<trello:update-members-saved-searches-query-by-id-member-id-saved-search>

Update Members Saved Searches Query By Id Member By Id Saved Search. This operation makes an HTTP PUT request to the /members/{idMember}/savedSearches/{idSavedSearch}/query endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Id Saved Search

String

Saved search ID

x

Members Saved Searches Query Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Members Username By Id Member

<trello:update-members-username-by-id-member>

Update Members Username By Id Member. This operation makes an HTTP PUT request to the /members/{idMember}/username endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Member

String

Member ID or username

x

Members Username Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Notifications By Id Notification

<trello:update-notifications-by-id-notification>

Update Notifications By Id Notification. This operation makes an HTTP PUT request to the /notifications/{idNotification} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

Notifications Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Notifications Unread By Id Notification

<trello:update-notifications-unread-by-id-notification>

Update Notifications Unread By Id Notification. This operation makes an HTTP PUT request to the /notifications/{idNotification}/unread endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Notification

String

Notification ID

x

Notifications Unread Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations By Id Org

<trello:update-organizations-by-id-org>

Update Organizations By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Desc By Id Org

<trello:update-organizations-desc-by-id-org>

Update Organizations Desc By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/desc endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Desc Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Display Name By Id Org

<trello:update-organizations-display-name-by-id-org>

Update Organizations Display Name By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/displayName endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Display Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Members By Id Org

<trello:update-organizations-members-by-id-org>

Update Organizations Members By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/members endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Members By Id Org By Id Member

<trello:update-organizations-members-by-id-org-id-member>

Update Organizations Members By Id Org By Id Member. This operation makes an HTTP PUT request to the /organizations/{idOrg}/members/{idMember} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Member

String

Member ID

x

Organizations Members Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Members Deactivated By Id Org By Id Member

<trello:update-organizations-members-deactivated-by-id-org-id-member>

Update Organizations Members Deactivated By Id Org By Id Member. This operation makes an HTTP PUT request to the /organizations/{idOrg}/members/{idMember}/deactivated endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Member

String

Member ID

x

Organizations Members Deactivated Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Memberships By Id Org By Id Membership

<trello:update-organizations-memberships-by-id-org-id-membership>

Update Organizations Memberships By Id Org By Id Membership. This operation makes an HTTP PUT request to the /organizations/{idOrg}/memberships/{idMembership} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Id Membership

String

Membership ID

x

Organizations Memberships Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Name By Id Org

<trello:update-organizations-name-by-id-org>

Update Organizations Name By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/name endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Name Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Associated Domain By Id Org

<trello:update-organizations-prefs-associated-domain-by-id-org>

Update Organizations Prefs Associated Domain By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/associatedDomain endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Associated Domain Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Board Visibility Restrict Org By Id Org

<trello:update-organizations-prefs-board-visibility-restrict-org-by-id-org>

Update Organizations Prefs Board Visibility Restrict Org By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/boardVisibilityRestrict/org endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Board Visibility Restrict Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Board Visibility Restrict Private By Id Org

<trello:update-organizations-prefs-board-visibility-restrict-private-by-id-org>

Update Organizations Prefs Board Visibility Restrict Private By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/boardVisibilityRestrict/private endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Board Visibility Restrict Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Board Visibility Restrict Public By Id Org

<trello:update-organizations-prefs-board-visibility-restrict-public-by-id-org>

Update Organizations Prefs Board Visibility Restrict Public By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/boardVisibilityRestrict/public endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Board Visibility Restrict Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs External Members Disabled By Id Org

<trello:update-organizations-prefs-external-members-disabled-by-id-org>

Update Organizations Prefs External Members Disabled By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/externalMembersDisabled endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs External Members Disabled Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Google Apps Version By Id Org

<trello:update-organizations-prefs-google-apps-version-by-id-org>

Update Organizations Prefs Google Apps Version By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/googleAppsVersion endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Google Apps Version Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Org Invite Restrict By Id Org

<trello:update-organizations-prefs-org-invite-restrict-by-id-org>

Update Organizations Prefs Org Invite Restrict By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/orgInviteRestrict endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Org Invite Restrict Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Prefs Permission Level By Id Org

<trello:update-organizations-prefs-permission-level-by-id-org>

Update Organizations Prefs Permission Level By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/prefs/permissionLevel endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Prefs Permission Level Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Organizations Website By Id Org

<trello:update-organizations-website-by-id-org>

Update Organizations Website By Id Org. This operation makes an HTTP PUT request to the /organizations/{idOrg}/website endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Org

String

Organization ID or name

x

Organizations Website Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Sessions By Id Session

<trello:update-sessions-by-id-session>

Update Sessions By Id Session. This operation makes an HTTP PUT request to the /sessions/{idSession} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Session

String

Session ID

x

Sessions Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Sessions Status By Id Session

<trello:update-sessions-status-by-id-session>

Update Sessions Status By Id Session. This operation makes an HTTP PUT request to the /sessions/{idSession}/status endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Session

String

idSession

x

Sessions Status Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Tokens Webhooks By Token

<trello:update-tokens-webhooks-by-token>

Update Tokens Webhooks By Token. This operation makes an HTTP PUT request to the /tokens/{token}/webhooks endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

token

String

API token

x

Tokens Webhooks Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks

<trello:update-webhooks>

Update Webhooks. This operation makes an HTTP PUT request to the /webhooks/ endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Webhooks Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks Active By Id Webhook

<trello:update-webhooks-active-by-id-webhook>

Update Webhooks Active By Id Webhook. This operation makes an HTTP PUT request to the /webhooks/{idWebhook}/active endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Webhooks Active Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks By Id Webhook

<trello:update-webhooks-by-id-webhook>

Update Webhooks By Id Webhook. This operation makes an HTTP PUT request to the /webhooks/{idWebhook} endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Webhooks Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks Callback URLBy Id Webhook

<trello:update-webhooks-callback-url-by-id-webhook>

Update Webhooks Callback URLBy Id Webhook. This operation makes an HTTP PUT request to the /webhooks/{idWebhook}/callbackURL endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Webhooks Callback Url Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks Description By Id Webhook

<trello:update-webhooks-description-by-id-webhook>

Update Webhooks Description By Id Webhook. This operation makes an HTTP PUT request to the /webhooks/{idWebhook}/description endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Webhooks Description Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Update Webhooks Id Model By Id Webhook

<trello:update-webhooks-id-model-by-id-webhook>

Update Webhooks Id Model By Id Webhook. This operation makes an HTTP PUT request to the /webhooks/{idWebhook}/idModel endpoint.

Parameters

Name Type Description Default Value Required

Configuration

String

The name of the configuration to use.

x

Id Webhook

String

Webhook ID

x

Webhooks Id Model Content

Any

Content to use

#[payload]

Config Ref

ConfigurationProvider

The name of the configuration to use to execute this component

Custom Query Parameters

Object

Custom query parameters to include in the request. The specified query parameters are merged with the default query parameters that are specified in the configuration.

Custom Headers

Object

Custom headers to include in the request. The specified custom headers are merged with the default headers that are specified in the configuration.

Response Timeout

Number

The timeout for the request to the remote service.

Response Timeout Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the value of the Response Timeout field

Streaming Type

Enumeration, one of:

  • AUTO

  • ALWAYS

  • NEVER

Defines whether to send the request using streaming. If the value is set to AUTO, the best strategy is automatically determined based on the content of the request.

Target Variable

String

Name of the variable that stores the operation’s output

Target Value

String

Expression that evaluates the operation’s output. The expression outcome is stored in the target variable.

#[payload]

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

String

Attributes Type

For Configurations

Throws

  • TRELLO:BAD_REQUEST

  • TRELLO:CLIENT_ERROR

  • TRELLO:CONNECTIVITY

  • TRELLO:INTERNAL_SERVER_ERROR

  • TRELLO:NOT_ACCEPTABLE

  • TRELLO:NOT_FOUND

  • TRELLO:RETRY_EXHAUSTED

  • TRELLO:SERVER_ERROR

  • TRELLO:SERVICE_UNAVAILABLE

  • TRELLO:TIMEOUT

  • TRELLO:TOO_MANY_REQUESTS

  • TRELLO:UNAUTHORIZED

  • TRELLO:UNSUPPORTED_MEDIA_TYPE

Sources

On New Card Trigger

<trello:on-new-card-trigger>

Parameters

Name Type Description Default Value Required

Configuration

String

Name of the configuration to use

x

Organization ID

String

ID of the organization

Board ID

String

ID of the board

x

Since timestamp

String

Timestamp for querying new cards or updating existing cards

Config Ref

ConfigurationProvider

Name of the configuration used to execute this component

Primary Node Only

Boolean

Determines whether to execute this source on only the primary node when running in a cluster

Scheduling Strategy

scheduling-strategy

Configures the scheduler that triggers the polling

x

Streaming Strategy

Configures how Mule processes streams. Repeatable streams are the default behavior.

Redelivery Policy

Defines a policy for processing the redelivery of the same message

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

On Updated Card Trigger

<trello:on-updated-card-trigger>

Parameters

Name Type Description Default Value Required

Configuration

String

Name of the configuration to use

x

Organization ID

String

ID of the organization

Board ID

String

ID of the board

x

Since timestamp

String

Timestamp for querying new cards or updating existing cards

Config Ref

ConfigurationProvider

Name of the configuration used to execute this component

Primary Node Only

Boolean

Determines whether to execute this source on only the primary node when running in a cluster

Scheduling Strategy

scheduling-strategy

Configures the scheduler that triggers the polling

x

Streaming Strategy

Configures how Mule processes streams. Repeatable streams are the default behavior.

Redelivery Policy

Defines a policy for processing the redelivery of the same message

Reconnection Strategy

A retry strategy in case of connectivity errors

Output

Type

Any

Attributes Type

For Configurations

Types

Default Header

Field Type Description Default Value Required

Key

String

x

Value

String

x

Default Query Param

Field Type Description Default Value Required

Key

String

x

Value

String

x

Proxy

Field Type Description Default Value Required

Host

String

x

Port

Number

x

Username

String

Password

String

Non Proxy Hosts

String

Tls

Defines a configuration for TLS, which can be used from both the client and server sides to secure communication for the Mule app. When using the HTTPS protocol, the HTTP communication is secured using TLS or SSL. If HTTPS is configured as the protocol, then, at a minimum, the user must configure the keystore in the tls:context child element of the listener-config.

Field Type Description Default Value Required

Enabled Protocols

String

A comma-separated list of protocols enabled for this context.

Enabled Cipher Suites

String

A comma-separated list of cipher suites enabled for this context.

Trust Store

Key Store

Revocation Check

Truststore

Field Type Description Default Value Required

Path

String

The location (which will be resolved relative to the current classpath and file system, if possible) of the truststore.

Password

String

The password used to protect the truststore.

Type

String

The type of store used.

Algorithm

String

The algorithm used by the truststore.

Insecure

Boolean

If true, no certificate validations will be performed, rendering connections vulnerable to attacks. Use at your own risk.

Keystore

Field Type Description Default Value Required

Path

String

The location (which will be resolved relative to the current classpath and file system, if possible) of the keystore.

Type

String

The type of store used.

Alias

String

When the keystore contains many private keys, this attribute indicates the alias of the key that should be used. If not defined, the first key in the file will be used by default.

Key Password

String

The password used to protect the private key.

Password

String

The password used to protect the keystore.

Algorithm

String

The algorithm used by the keystore.

Standard Revocation Check

Field Type Description Default Value Required

Only End Entities

Boolean

Only verify the last element of the certificate chain.

Prefer Crls

Boolean

Try CRL instead of OCSP first.

No Fallback

Boolean

Do not use the secondary checking method (the one not selected before).

Soft Fail

Boolean

Avoid verification failure when the revocation server can not be reached or is busy.

Custom Ocsp Responder

Field Type Description Default Value Required

Url

String

The URL of the OCSP responder.

Cert Alias

String

Alias of the signing certificate for the OCSP response (must be in the truststore), if present.

Crl File

Field Type Description Default Value Required

Path

String

The path to the CRL file.

Reconnection

Field Type Description Default Value Required

Fails Deployment

Boolean

When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy.

Reconnection Strategy

The reconnection strategy to use.

Reconnect

Field Type Description Default Value Required

Frequency

Number

How often to reconnect (in milliseconds)

Blocking

Boolean

If false, the reconnection strategy will run in a separate, non-blocking thread

Count

Number

How many reconnection attempts to make

Reconnect Forever

Field Type Description Default Value Required

Frequency

Number

How often in milliseconds to reconnect

Blocking

Boolean

If false, the reconnection strategy will run in a separate, non-blocking thread

Expiration Policy

Field Type Description Default Value Required

Max Idle Time

Number

A scalar time value for the maximum amount of time a dynamic configuration instance should be allowed to be idle before it’s considered eligible for expiration

Time Unit

Enumeration, one of:

  • NANOSECONDS

  • MICROSECONDS

  • MILLISECONDS

  • SECONDS

  • MINUTES

  • HOURS

  • DAYS

A time unit that qualifies the maxIdleTime attribute

Http Response Attributes

Field Type Description Default Value Required

Status Code

Number

x

Headers

Object

x

Reason Phrase

String

x

Repeatable In Memory Stream

When streaming in this mode, Mule does not use the disk to buffer the contents. If you exceed the buffer size, the message fails.

Field Type Description Default Value Required

Initial Buffer Size

Number

The amount of memory that will be allocated to consume the stream and provide random access to it. If the stream contains more data than can be fit into this buffer, then the buffer expands according to the bufferSizeIncrement attribute, with an upper limit of maxInMemorySize.

Buffer Size Increment

Number

This is by how much the buffer size expands if it exceeds its initial size. Setting a value of zero or lower means that the buffer should not expand, meaning that a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised when the buffer gets full.

Max Buffer Size

Number

The maximum amount of memory to use. If more than that is used then a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower than or equal to zero means no limit.

Buffer Unit

Enumeration, one of:

  • BYTE

  • KB

  • MB

  • GB

The unit in which all these attributes are expressed

Repeatable File Store Stream

File store repeatable streams require buffering, and there are different buffering strategies. Mule keeps a portion of contents in memory. If the stream contents are larger than the configured buffer size, Mule backs up the buffer’s content to disk and then clears the memory.

Field Type Description Default Value Required

In Memory Size

Number

Defines the maximum memory that the stream should use to keep data in memory. If more than that is consumed content on the disk is buffered.

Buffer Unit

Enumeration, one of:

  • BYTE

  • KB

  • MB

  • GB

The unit in which maxInMemorySize is expressed

Redelivery Policy

Field Type Description Default Value Required

Max Redelivery Count

Number

The maximum number of times a message can be redelivered and processed unsuccessfully before triggering a process-failed-message.

Message Digest Algorithm

String

The secure hashing algorithm to use. Default is SHA-256.

Message Identifier

Defines which strategy is used to identify messages.

Object Store

ObjectStore

The object store where the redelivery counter for each message is going to be stored.

Redelivery Policy Message Identifier

Field Type Description Default Value Required

Use Secure Hash

Boolean

Whether to use a secure hash algorithm to identify a redelivered message

Id Expression

String

Defines one or more expressions to use to determine when a message has been redelivered. This property can only be set if useSecureHash is false.

View on GitHub