Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Fixing typos in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
panizzag committed Dec 23, 2019
1 parent 0cef327 commit 3037a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following Maven commands are required during development phase
#### Operations

#### Send Message
This operation sends a message to a certain chat ID. Both parameters that this operation receives, chat id and payload (message), accept flat values and dataweave expressions. The only thing that needs to be taken into account is that the message must contain a text-based mimetype (i.e. "text/plain"), but the connector will try to parse the structure of the message sent using getters and setters that are not defined within the operation because they depend on the message.
This operation sends a message to a certain chat ID. Both parameters that this operation receives, chat id and payload (message), accept flat values and dataweave expressions. The only thing that needs to be taken into account is that the message must contain a text-based mimetype (i.e. "text/plain"), or the connector will try to parse the structure of the message sent using getters and setters that are not defined within the operation because they depend on the message structure.


#### Get Updates
Expand Down

0 comments on commit 3037a11

Please sign in to comment.