Changes to Send interactive flow message
POST /messages/interactive/flow
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 2 of the 9 revisions of this API.2210
What changed
- ○
added the new optional request property
interactive/action/parameters/flow_tokennew-optional-request-property
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
- ▲
request body became required
request-body-became-required
- ▲
the request property
interactive/action/parameters/flow_action_payloadbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
interactive/footerbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
interactive/headerbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
frombecame requiredrequest-property-became-required
- ▲
the request property
interactivebecame requiredrequest-property-became-required
- ▲
the request property
interactive/actionbecame requiredrequest-property-became-required
- ▲
the request property
interactive/action/parametersbecame requiredrequest-property-became-required
- ▲
the request property
interactive/action/parameters/flow_ctabecame requiredrequest-property-became-required
- ▲
the request property
interactive/action/parameters/flow_namebecame requiredrequest-property-became-required
- ▲
the request property
interactive/bodybecame requiredrequest-property-became-required
- ▲
the request property
interactive/body/textbecame requiredrequest-property-became-required
- ▲
the request property
interactive/footer/textbecame requiredrequest-property-became-required
- ▲
the request property
interactive/header/typebecame requiredrequest-property-became-required
- ▲
the request property
tobecame requiredrequest-property-became-required
- ▲
the
namerequest property const valueflowwas addedrequest-property-const-added
- ▲
the
typerequest property const valueflowwas addedrequest-property-const-added
- ▲
removed the enum value
flowof the request propertyinteractive/action/namerequest-property-enum-value-removed
- ▲
removed the enum value
flowof the request propertyinteractive/typerequest-property-enum-value-removed
- ▲
the
fromrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
torequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
interactive/action/parameters/flow_action_payloadrequest property type/format changed fromstring/toobject/request-property-type-changed
- ○
the
interactive/action/parameters/flow_message_versionrequest property type/format was generalized frominteger/tonumber/request-property-type-generalized
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the
idresponse's property pattern^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$was added for the status200response-property-pattern-added
- ▲