Versions Compared

Key

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

 

 

...

 An external query allows you to

...

 send data to and receive data from an external service using a JSON schema

...

(JavaScript Object Notation). You can use the service's response to add logic to your bot.

...

...




The configuration options for this type of action are: 

Unique ID

This is a unique identifier generated automatically; if you want you can changed it, just remember that within your chatbot two questions can't have the same ID.

Description
Add a note for internal use to describe the behavior of the action. This text is not sent to your users.
Service URL
Add the public URL of the service that will receive the chatbot's query
Service input

Assign a "Question ID" to each one of the service's parameters that you will use in your query.

Service output

Assign a "Question ID" in which to store the service responses.

...