Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Works in Ultra Pipelines

Limitations

  • You can send up to a maximum of 3000 messages per app per day, to a given channel.

  • You can create up to 37 channels in a team besides the default channel - General.

Known Issues

None.

Snap Views

...

Field Name

Field Type

Description

Label*

Default ValueChannel Operations
Example: Create Dev Channel

String

Specify a unique name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Team ID*

Default Value: N/A
Example: b22e8da4-17c1-45c0-baa9-47aed7344e92

String/Expression/Suggestion

Specify the ID of the team. Alternatively, click the  icon to fetch a list of team IDs associated with the account. 

Channel Name*

Default Value: N/A
Example: Marketing Discussions

String/Expression

Specify a name for the new channel. 

Channel Description

Default Value: N/A
Example: A private group to discuss marketing initiatives

String/Expression

Specify a description for the channel.

Private Channel

Default Value: Deselected

Checkbox

Select to create the specified channel as a private channel. 

Info

Public and Private Channels

Public channels contain all team members, by default. You can add or remove members only in private channels.

Number of Retries

Default Value0
Example3

Integer/Expression

Specify the number of attempts the Snap makes to perform the selected operation in case of connection failure/unsuccessful attempts. 

Info

To avoid 502 Bad Gateway error

Use a higher value (such as 3, 4, or more) in this field to ensure the Snap/Pipeline runs successfully. 

Retry Interval (seconds)

Default Value1
Example6

Integer/Expression

Specify the time interval in seconds between retry attempts.

Info

To avoid 502 Bad Gateway error

Use a higher value (such as 3, 4, or more) in this field to ensure the Snap/Pipeline runs successfully. 

Snap Execution

Default ValueExecute only
ExampleValidate & Execute

Drop-down list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled. Disables the Snap and all Snaps downstream from it.

Troubleshooting

Error 

Reason 

Resolution

400 - Bad Request. Error in creating a channel.

The request to create the channel was invalid. 

Team ID needs to be a valid GUID.

401 - Invalid Authentication Token

The provided authentication token is either expired, invalid, or does not have the required permissions to access this resource.

Ensure that you provide valid access token.

...