pipedream
pipedream copied to clipboard
[Components] fractel
fractel
URLs
- https://developer.fonestorm.com/reference/authorization
Webhook Sources
new-call-instant
Prompt
Emit new event when a call is received. Props: Phone Number (required), Call Duration (optional)
URLs
- https://developer.fonestorm.com/reference/calls
- https://developer.fonestorm.com/reference/sendcall
- https://developer.fonestorm.com/reference/set-cdr-callback
new-sms-mms-instant
Prompt
Emit new event when a new SMS or MMS is received. Props: Phone Number (required), Message Content (required)
URLs
- https://developer.fonestorm.com/reference/messages
- https://developer.fonestorm.com/reference/sendmessage
- https://developer.fonestorm.com/reference/number-lookups
- https://developer.fonestorm.com/reference/lookupnumbers
Actions
call-phone
Prompt
Initiates a new call to a specified phone number. Required prop is 'phone number'.
URLs
- https://developer.fonestorm.com/reference/calls
- https://developer.fonestorm.com/reference/sendcall
send-sms-mms
Prompt
Sends an SMS or MMS to a specified phone number. Required props are 'phone number' and 'message'. Optional prop could be 'media' for MMS.
URLs
- https://developer.fonestorm.com/reference/messages
- https://developer.fonestorm.com/reference/sendmessage
- https://developer.fonestorm.com/reference/message-object