Send an iMessage with one tap using the IFTTT button
Send an iMessage to a phone number or email
Developer info
- API endpoint slug
- photon_codes.send_message
- Filter code method
- PhotonCodes.sendMessage.skip(string?: reason)
- Runtime method
- runAction("photon_codes.send_message", {})
Action fields
To Text input > Short text
- Label
- Who do you want to message?
- Helper text
- Phone number (with country code) or email address
- Slug
- to
- Required
- true
- Can have default value
- true
- Filter code method
- PhotonCodes.sendMessage.setTo(string: to)
Text Text input > Long text
- Label
- What message do you want to send?
- Helper text
- The text content of your iMessage
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- PhotonCodes.sendMessage.setText(string: text)