VonageMessaging

VonageMessaging (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 01 December 2022 by LINKIT
VonageMessaging

VonageMessaging (ODC)

Documentation
0.1.0
  1. Consume the action SendSMS and place it in your flow where you would like to send an SMS message
  2. Fill-in the parameters
    1. APIKey and APISecret: Can be retrieved from your Vonage dashboard
    2. From: Can be a short text or a phone number in the E.164 format (+31612345678)
    3. To: Needs to be in the E.164 format (+31612345678)
    4. Text: Is the content of the SMS message
    5. Callback: Is a URL that can replace the callback URL configured in your Vonage dashboard.
  3. The response of the action gives you the feedback if the message was sent successfully or not, including the status code and message from Vonage.