Send an iMessage reaction with one tap
Send a tapback reaction to a message identified by its chat and message GUID
Developer info
- API endpoint slug
- photon_codes.send_reaction
- Filter code method
- PhotonCodes.sendReaction.skip(string?: reason)
- Runtime method
- runAction("photon_codes.send_reaction", {})
Action fields
Chat guid Text input > Other
- Label
- Which chat?
- Helper text
- The chat identifier, e.g. iMessage;-;+15551234567
- Slug
- chat_guid
- Required
- true
- Can have default value
- true
- Filter code method
- PhotonCodes.sendReaction.setChatGuid(string: chat_guid)
Reaction Text input > Short text
- Label
- What reaction?
- Helper text
- One of: love, like, dislike, laugh, emphasize, question
- Slug
- reaction
- Required
- true
- Can have default value
- true
- Filter code method
- PhotonCodes.sendReaction.setReaction(string: reaction)