I’m trying to use the action Send SMS in VoIP.ms. However, it is missing a field for DID. When I test it, the error I get is:
Failed to create a sms in VoIP.ms
From their documentation (https://www.voip.ms/m/apidocs.php) the required parameters are:
did => gRequired] DID Numbers which is sending the message (Example: 5551234567)
dst => gRequired] Destination Number (Example: 5551234568)
message => gRequired] Message to be sent (Example: 'hello John Smith' max chars: 160)
I tried to use Text in Formatter by Zapier to create the field/parameter:
transform Default Value
input: did
default value: 5551234567
but that doesn’t seem to work. Testing it just outputs “did” without the value.