Wait Input

The Wait input API handles your Wait input Cells found in your flows.

circle-info

API SUBPATH: eva-wait-input

CRUD Operations

Create new wait inputs

post
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

Body

A body containing all necessary data to create a new wait input

descriptionstringOptional

Description of the wait input

typeinteger · int64Required

Type of the wait input. Possible types:

1 - DATE

2 - CUSTOM

3 - EMPTY

4 - HOUR

callToActionstringOptional

Call to action of the wait input

patternstringOptional

Pattern of the wait input

rememberInputbooleanOptional

Remember input of the wait input

storedstringOptional

Name of variable to store when wait input is used if it's to remember

Responses
post
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/wait-inputs

Retrieves detailed information from a Wait Input.

get
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

waitInputUUIDstringRequired

A valid wait input Uuid

Responses
chevron-right
200

Ok

*/*

DTO used to response with wait input data

descriptionstringOptional

Description of the wait input

typeinteger · int64Required

Type of the wait input. Possible types:

1 - DATE

2 - CUSTOM

3 - EMPTY

4 - HOUR

callToActionstringOptional

Call to action of the wait input

patternstringOptional

Pattern of the wait input

rememberInputbooleanOptional

Remember input of the wait input

storedstringOptional

Name of variable to store when wait input is used if it's to remember

idstringOptional

Uuid of the wait input

botIdstringOptional

Bot Uuid of the wait input

get
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/wait-inputs/{waitInputUUID}

Updates an existing Wait Input

put
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

waitInputUUIDstringRequired

A valid wait input Uuid

Body

A body containing all necessary data to create a new wait input

descriptionstringOptional

Description of the wait input

typeinteger · int64Required

Type of the wait input. Possible types:

1 - DATE

2 - CUSTOM

3 - EMPTY

4 - HOUR

callToActionstringOptional

Call to action of the wait input

patternstringOptional

Pattern of the wait input

rememberInputbooleanOptional

Remember input of the wait input

storedstringOptional

Name of variable to store when wait input is used if it's to remember

Responses
chevron-right
200

Ok

*/*

DTO used to response with wait input data

descriptionstringOptional

Description of the wait input

typeinteger · int64Required

Type of the wait input. Possible types:

1 - DATE

2 - CUSTOM

3 - EMPTY

4 - HOUR

callToActionstringOptional

Call to action of the wait input

patternstringOptional

Pattern of the wait input

rememberInputbooleanOptional

Remember input of the wait input

storedstringOptional

Name of variable to store when wait input is used if it's to remember

idstringOptional

Uuid of the wait input

botIdstringOptional

Bot Uuid of the wait input

put
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/wait-inputs/{waitInputUUID}

Removes an existing Wait Input

delete
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

waitInputUUIDstringRequired

A valid wait input Uuid

Responses
delete
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/wait-inputs/{waitInputUUID}

No content

Auxiliary Methods

Lists all Wait Input available types. Those must be supplied at their CRUD methods.

get
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

Responses
chevron-right
200

Ok

*/*

DTO used to response with wait input types

idinteger · int64Optional

Id of the wait input type

namestringOptional

Name of the wait input type

get
/org/{orgUUID}/env/{envUUID}/wait-inputs/types

Last updated

Was this helpful?