FireText
FireText makes effective SMS marketing & notifications easy indeed - whether you're brand new to text message marketing or a seasoned hand.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
hello@firetext.co.uk |
Connector Metadata | |
---|---|
Publisher | FireText |
Website | https://www.firetext.co.uk |
Privacy policy | https://www.firetext.co.uk/privacy |
To use this integration, you need to have an account with FireText SMS Marketing. Follow steps below to get your API Key.
If you see an error while using the connector you may look up the error code for more information.
Get the API Key
- Sign Up for a FireText Account.
- Log In with your account details and select Settings >> API to generate your API key.
You're now ready to start using this integration.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add Contact |
Adds a new contact to your FireText account. |
Send SMS |
Send a SMS message from your FireText account. |
Add Contact
Adds a new contact to your FireText account.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Custom 1
|
custom1 | string |
Custom Field 1 |
|
Custom 2
|
custom2 | string |
Custom Field 2 |
|
Custom 3
|
custom3 | string |
Custom Field 3 |
|
First Name
|
firstname | string |
First Name |
|
Group API ID
|
group | string |
Within FireText, click Contacts >> edit on your chosen group. The API ID is set here for your group within the Advanced Options section. |
|
Last Name
|
lastname | string |
Last Name |
|
Mobile
|
mobile | True | string |
Recommended international format without leading zeroes. e.g. 447700000123. |
Update Flag
|
update | integer |
This option will allow you to update all custom field data for this user. If no data is passed then it will remove any saved customer data. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Result Code
|
code | string |
The FireText response code. |
Error Result
|
error | string |
An error description of the FireText response code. |
Send SMS
Send a SMS message from your FireText account.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From
|
from | True | string |
Up to 11 Alphanumeric Characters. This can be your brand (country dependent) or FireText reply number. If you want your SMS recipients to be able to reply directly to your SMS, you will want to put your FireText reply number here. |
Message
|
message | string |
Up to 612 characters. Each SMS part will deduct 1 FireText credit. |
|
Schedule For
|
schedule | string |
Can be in YYYY-MM-DD HH:SS or ISO8601 format. Check your timezone settings, defaults to Europe/London. |
|
To
|
to | True | string |
The mobile number of the recipient. Recommended international format without leading zeros. e.g. 447700000123. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Result Code
|
code | string |
The FireText response code. |
Error Result
|
error | string |
An error description of the FireText response code. |
Success Result
|
success | string |
A success description of the FireText response code. |