# Send SMS

## Renda Integration

Floe 220 now supports dynamic SMS content creation and integrates with Renda communicaiton API to send SMS messages.

Find out all the product details at [www.floe.com](http://www.floe.com/).

## Configuration

### Setup SM59 Connection

1. Login into Renda developer portal
2. Subscribe to **Communication** Service in Renda portal
3. Copy API Service URL to notepad
4. Logon to SAP system where Floe is installed
5. Go to transaction SM59
   1. Create a new HTTP Connection to External Server - Type G
   2. Key in **RENDA.SMS** in RFC Destination field
   3. Enter description as **Renda.io SMS service**
   4. Under Technical Settings tab - Paste API Service URL based on the region you signed up
      * EU Region - api-eu.renda.io
      * APAC Region - api-apac.renda.io
      * America Region - api-us.renda.io
   5. Enter **/communication/sendSMS** in the Path Prefix field
   6. Enter Service No. as **443**
   7. Under the **Logon & Security** tab - Set SSL to active
   8. Test Connection&#x20;

{% hint style="warning" %}
Please remember to whitelist **API Service URL** from within your corporate firewall. This will enable outbound calls to be made from your SAP system to Renda engine in the cloud.
{% endhint %}

![Renda SM59 Connection Setup](/files/b79pnrTGuzgjgDo2ECj7)

![Renda SM59 Connection Setup](/files/RKcFNcJtUXpwoSyLnBpx)

### Floe system specific settings

1. Go to SPRO->Cross Application Functions->Floe->Administration->System specific settings
2. Under Renda.io SMS Service Settings
   1. Select the RFC Destination setup for **Renda.SMS** using search help
   2. Enter API Key from Renda Developer Dashboard

![Renda system specific configuration](/files/I9m3DImvsthJLICPZwbn)

{% embed url="<https://youtu.be/O3pgqBcLg3Y>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.renda.io/integrations/floe/send-sms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
