PipedreamHQ / PipedreamHQ/pipedream
[Components] placetel
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# placetel
## URLs
## Webhook Sources
### new-accepted-call-instant
#### Prompt
Emits new event when a call is accepted. No user configured props required.
### new-incoming-call-instant
#### Prompt
Emits new event when a new inbound call is detected. No user configured props required.
### new-outgoing-call-instant
#### Prompt
Emits new event when a new outbound call is executed. No user configured props required.
## Actions
### initiate-call
#### Prompt
Initiates a call within the Placetel system. Props: 'to': The destination number, required. 'from': The originating number, required. 'duration': Duration of the call, optional.
### send-sms
#### Prompt
Sends an SMS message to a recipient within the Placetel ecosystem. Props: 'to': The recipient's number, required. 'message': The content of the SMS message, required.
### create-contact
#### Prompt
Creates a new contact in Placetel. Props: 'name': The name of the contact, required. 'number': The phone number of the contact, required. 'email': The email of the contact, optional.
Contributor guide
Assessment
This issue has not been assessed yet.