Explore Plans
Mobile menu Close menu
Fleep

Send message

This Action will send a new message to a Fleep conversation.

Developer info

API endpoint slug
fleep.send_message
Filter code method
Fleep.sendMessage.skip(string?: reason)
Runtime method
runAction("fleep.send_message", {})

Action fields

Message Text input > Long text

Label
What message?
Helper text
<a href="https://fleep.io/blog/2014/04/message-formatting-and-chat-commands/" target="_blank">Text formatting in Fleep</a>
Slug
message
Required
true
Can have default value
true
Filter code method
Fleep.sendMessage.setMessage(string: message)

Hook url Text input > Other

Label
Hook URL
Helper text
In a Fleep conversation open Conversation Settings &gt; Integrations, select IFTTT and click Add. In the next popup window click Create to generate a new hook. Copy the hook URL from the Active integrations list, and paste it to the Hook URL field in IFTTT.
Slug
hook_url
Required
true
Can have default value
true
Filter code method
Fleep.sendMessage.setHook Url(string: hook_url)