-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
smstools
URLs
Polling Sources
new-inbound-message
Prompt
Emits new event when a new inbound message was received. This trigger scans the system for new inbound SMS, acting as a prop. No input is required. Good for building responses to inbound messages.
URLs
Actions
add-contact
Prompt
Adds a new contact to an existing contact list. Required props include 'phone' and 'groupId' which group id has async opts from groups. The optional props are 'firstname', 'lastname', 'birthday', 'extra1 to extra8' and 'unsubscribed'
URLs
- https://www.smstools.com/en/sms-gateway-api/get_groups
- https://smstools.com/en/sms-gateway-api/add_contact
add-contact-opt-out
Prompt
Adds a contact to the opt-out list, stopping further communications. Required prop is 'contact', which has async props from contacts.
URLs
- https://www.smstools.com/en/sms-gateway-api/get_all_contacts
- https://www.smstools.com/en/sms-gateway-api/add_optout
send-sms
Prompt
Sends a SMS or Whatsapp message to a specified contact. Required props are 'message', 'to' and 'and 'sender', which the prop 'to' has async props from contacts and 'sender' has async props from sender ids. The optional props are 'date', 'reference', 'test' and 'subid' which subid has async props from sub accounts
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status