Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

Overview

This node interacts with the Oki-Toki API to send SMS messages to specified phone numbers. It is useful for automating SMS notifications, alerts, or marketing messages. For example, it can be used to send appointment reminders, promotional offers, or verification codes to users.

Use Case Examples

  1. Send an SMS notification to a customer after a purchase.
  2. Send a verification code via SMS for two-factor authentication.

Properties

Name Meaning
Phone Number The phone number to which the SMS message will be sent. It should contain digits only, without '+' or spaces.
Message The text content of the SMS message to be sent.
Additional Fields Optional additional parameters for sending the SMS, such as specifying the SMS gateway to use.

Output

JSON

  • json - The JSON response from the Oki-Toki API after attempting to send the SMS, which typically includes status and message details.

Dependencies

  • Requires an API key credential for Oki-Toki API authentication.

Troubleshooting

  • Ensure the phone number is in the correct format (digits only, no '+' or spaces).
  • Verify that the API key credential for Oki-Toki API is correctly configured and has the necessary permissions.
  • If specifying a gateway, ensure the gateway name is valid and available.
  • Common errors include invalid phone number format, authentication failures, or gateway issues. Check the error message returned in the JSON response for details.

Discussion