SlackFieldEntryInput is an input datatype for giving the fields to include within a Slack action or Slack post message action.

This datatype is used by six other input datatypes: CreatePostMessageSlackAction, which is used by the createSlackPostMessageAction() mutation field; CreateSlackAction, which is used by the createSlackAction() mutation; TestPostMessageSlackAction, which is used by the testSlackPostMessageAction() mutation; TestSlackAction, which is used by the testSlackAction() mutation; UpdatePostMessageSlackAction, which is used by the updateSlackPostMessageAction() mutation; UpdateSlackAction, which is used by the updateSlackAction() mutation.

Table: SlackFieldEntryInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 19, 2024
fieldNamestringyes Long-TermKey of a Slack field.
valuestringyes Long-TermValue of a Slack field.