I am trying to add API for sending email in service node. It was working fine in postman but on replicating the same thing on Bot builder service node it is returning "Service call error for www-form-urlencoded"

There can be several reasons that can lead to Service call failure errors.

When defining the Service node configurations, If you have any markup tags defined then the platform will be removing all the special characters or the mark up tags. However, as a replacement to the special characters or mark up tags, you can pass the encoded formats for them which helps in passing through.

Please go through the below link for more information,

1 Like