PowerTextor API Documentation
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
1. Send a text (SMS) message:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendsimpletext
b. Description
Send text message to a number directly, enter number of the contact,while the contact is automatically created in PowerTextor.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
2. Send Text (SMS) Message to a Contact
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendmessagesinglecontact
b. Description
Send a text message to your PowerTextor Contact.
c. Example
It's our end of season sale! Get up to 25% off select styles now through Sunday. Don't miss it!
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
3. Send text (SMS) message to a group.
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendsinglegroup
b. Description
Send bulk text (SMS) message to a PowerTextor group at once.
c. Example
It's our end of season sale! Get up to 25% off select styles now through Sunday. Don't miss it!
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
4. Send text (SMS) message to multiple groups
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendgroup
b. Description
Send a bulk text (SMS) message to multiple PowerTextor groups at once.
c. Example
It's our end of season sale! Get up to 25% off select styles now through Sunday. Don't miss it!
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
5. Send text (SMS) message to multiple contacts
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/send
b. Description
Send a bulk text (SMS) message to PowerTextor Contacts at once.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
6. Schedule Text (SMS) message for a contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduletext
b. Description
Schedule a text (SMS) message for a PowerTextor contact to send on a defined date and time.
c. Example
: “It's our end of season sale! Get up to 25% off select styles now through Sunday. Don't miss it!
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
7. Schedule Text (SMS) message for a Group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduletextsingleGroup
b. Description
Schedule bulk text messages to group, by configuring date and time settings when the text message should be sent.
c. Example
: “It's our end of season sale! Get up to 25% off select styles now through Sunday. Don't miss it!
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
8. Schedule Text (SMS) message for Multiple Contacts:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduletextmulticontactst
b. Description
Schedule bulk text messages to multiple contacts, by configuring date and time settings when the text message should be sent.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
9. Schedule Text (SMS) message for Multiple Groups:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduletextbulk
b. Description
Schedule bulk text messages to groups, by configuring date and time settings when the text message should be sent.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
10. Send text (SMS) message event reminder to a contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendmessagesinglecontact
b. Description
Send an event reminder to a PowerTextor contact by specifying event date. Provide the number of days before the event day and the time when the text should be sent.
c. Example
Hello! We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
11. Send text (SMS) message event reminder to a group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendremindertosinglegroup
b. Description
Send bulk event reminders to a PowerTextor group by specifying event date. Provide the number of days before the event day and the time when the texts should be sent.
c. Example
Hello!
We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
12. Send text (SMS) message event reminder to multiple contacts:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendmessagesinglecontact
b. Description
Send bulk event reminders to a PowerTextor contacts by specifying event date. Provide the number of days before the event day and the time when the texts should be sent
c. Example
Hello!
We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
13. Send text (SMS) message event reminder to multiple groups:.
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendremindertogroups
b. Description
Send bulk event reminders to PowerTextor groups by specifying event date. Provide the number of days before the event day and the time when the texts should be sent.
c. Example
Hello!
We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
14. Send review Text (SMS) message to a contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendereviewsinglecontact
b. Description
Send review text message to a PowerTextor contact to get feedback of a customer. Send link to get review of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
15. Send review text (SMS) message to a group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendreviewtosinglegroup
b. Description
Send review text message to a PowerTextor group to get feedback of a customer. Send link to get review of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
16. Send review text (SMS) message to multiple contacts:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendereviewmulticontact
b. Description
Send review text message to PowerTextor multiple contacts to get feedback of a customer. Send link to get review of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
17. Send review text (SMS) message to multiple groups:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendreview
b. Description
Send review text message to PowerTextor multiple contacts to get feedback of a customer. Send link to get review of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
18. Schedule review text (SMS) message for a contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/schedulereviewtext
b. Description
Schedule review text message to PowerTextor contact by specifying date and time on which the message should be sent. Send link to get feedback of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
19. Schedule review text (SMS) message for a group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduledsingleGroupreview
b. Description
Schedule review text message to PowerTextor group by specifying date and time on which the message should be sent. Send link to get feedback of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
20. Schedule review text (SMS) message for multiple contacts:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendmessagesinglecontact
b. Description
Schedule review text message to PowerTextor multiple contacts by specifying date and time on which the message should be sent. Send link to get feedback of the specified place within the text message
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
21. Schedule review text (SMS) message for multiple groups:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduledbulkreview
b. Description
Schedule review text message to PowerTextor multiple groups by specifying date and time on which the message should be sent. Send link to get feedback of the specified place within the text message.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
22. Create a new Contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/contacts/contactnew
b. Description
Create new contact and save that contact in PowerTextor.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
23. Send text (SMS) message to a new group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/creategroupsend
b. Description
Create a new group to send text message using PowerTextor while the group is automatically created and saved in PowerTextor.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
24. Send text (SMS) message to a number:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendsimple
b. Description
Send text message to a number directly, enter number of the contact,while the contact is automatically created in PowerTextor.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
25. Send text (SMS) message to a new contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendsimplewithName
b. Description
Create a new contact and send a text message to this contact, while the Contact is automatically created and saved in PowerTextor.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
26. Send review text (SMS) message to a new contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/createcontactreviewsend
b. Description
Create a new contact and send a review text message to this contact so customer give feedback of the place, while the Contact is automatically created and saved in PowerTextor.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
27. Send text (SMS) message event reminder to a new contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendreminderwithcontact
b. Description
Create a new contact and Send a text message event reminders to a PowerTextor contact by specifying event date. Provide the number of days before the event day and the time when the texts should be sent, while the Contact is automatically created and saved in PowerTextor.
c. Example
Hello!
We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
28. Schedule Text (SMS) message for a new contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduletextwithname
b. Description
Create a new contact and schedule text message, by configuring date and time settings when the text message should be sent, while the Contact is automatically created and saved in PowerTextor.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
29. Schedule Review text (SMS) message for a new contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/schedulereviewtextwithcontact
b. Description
Create a new contact and schedule review text message, by configuring date and time settings when the text message should be sent to get feedback from the customer, while the Contact is automatically created and saved in PowerTextor.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
30. Schedule Review text (SMS) message for a new group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/creategroupschedulereview
b. Description
Create a new group and schedule review text message, by configuring date and time settings when the text message should be sent to get feedback from the customer, while the Group is automatically created and saved in PowerTextor.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
31. Schedule Text (SMS) message for a new group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/scheduledcreategroupsend
b. Description
Create a new group and schedule text message, by configuring date and time settings when the text message should be sent, while the Group is automatically created and saved in PowerTextor.
c. Example
‘Hey! We wanted to share the good news with all our customers that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
32. Send review text (SMS) message to a new group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/creategroupreviewsend
b. Description
Create a new group and send a review text message to this contact so customer give feedback of the place, while the Group is automatically created and saved in PowerTextor.
c. Example
Thank you for dining with us. Please review our services and help us get better at what we do to!
https://powertextor.com/review/Bdlu1YF5
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
33. Send text (SMS) message event reminder to a new group:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/creategroupremindersend
b. Description
Create a new group and Send a text message event reminders to a PowerTextor contact by specifying event date. Provide the number of days before the event day and the time when the texts should be sent, while the group is automatically created and saved in PowerTextor.
c. Example
Hello!
We are pleased to announce that our most awaited event is on 'event date placed here by the admin'! Don't forget to be a part of our event.
Event Date: 10/20/2021
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
34. Send text (SMS) message to multiple numbers:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/messages/sendtomulticontact
b. Description
Send SMS to multiple contact numbers directly while numbers are saved in PowerTextor.
c. Example
'Hey! We wanted to share the good news with you that we will be offering a big discount this Friday on all our stores, so don't forget to visit!'
Reply 'STOP' to opt-out
d. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
35. Update a PowerTextor contact:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/contacts/contactupdate
b. Description
Update the contact name or number of an existing contact in PowerTextor. The contact name or number in PowerTextor is changed to the new name or number as the flow runs and succeeds.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
36. Get List of Contacts:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/contacts
b. Description
Get a List of names and phone numbers of PowerTextor saved Contacts.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
37. Get List of Groups:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/groups
b. Description
Get a List of PowerTextor saved Groups of contacts.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
38. Get List of Plans:
a. API-Endpoint URL:
api-powertextor-v2.azurewebsites.net/api/plans
b. Description
Get a List of PowerTextor saved subscription Plans.
c. Api Request and Response Body
Authentication
For Authentication use API Key authorization. To get one, simply log into your PowerTextor account and visit API Key page. Add API key into the authorization header of a request. If you don't have an existing account, please register your account first.
https://powertextor.com/
HTTP Header | Key | Value | Description |
Authorization | ApiKey | API Key Value | Enter API Key generated using your PowerTextor Account into the authorization header |
39. Get List of Places:
a. Schedule review text (SMS) message for a group:
api-powertextor-v2.azurewebsites.net/api/places
b. Description
Get a List of PowerTextor saved Places for Google Reviews.