-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] openphone #14493
Comments
luancazarine
added a commit
that referenced
this issue
Nov 4, 2024
Sources - New Call Recording Completed (Instant) - New Outgoing Call Completed (Instant) - New Incoming Call Completed (Instant) Actions - Send Message - Create Contact - Update Contact
luancazarine
moved this from Doing
to Ready for PR Review
in Component (Source and Action) Backlog
Nov 5, 2024
jcortes
moved this from Ready for PR Review
to Ready for QA
in Component (Source and Action) Backlog
Nov 5, 2024
vunguyenhung
moved this from Ready for QA
to Changes Required
in Component (Source and Action) Backlog
Nov 6, 2024
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
luancazarine
moved this from Changes Required
to Ready for QA
in Component (Source and Action) Backlog
Nov 6, 2024
vunguyenhung
moved this from Ready for QA
to Ready for Release
in Component (Source and Action) Backlog
Nov 7, 2024
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
Nov 7, 2024
* openphone init * [Components] openphone #14493 Sources - New Call Recording Completed (Instant) - New Outgoing Call Completed (Instant) - New Incoming Call Completed (Instant) Actions - Send Message - Create Contact - Update Contact * pnpm update * fix source
github-project-automation
bot
moved this from Ready for Release
to Done
in Component (Source and Action) Backlog
Nov 7, 2024
lcaresia
pushed a commit
that referenced
this issue
Dec 3, 2024
* openphone init * [Components] openphone #14493 Sources - New Call Recording Completed (Instant) - New Outgoing Call Completed (Instant) - New Incoming Call Completed (Instant) Actions - Send Message - Create Contact - Update Contact * pnpm update * fix source
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openphone
URLs
Webhook Sources
new-call-recording-completed-instant
Prompt
Emit new event when a call recording has finished. This trigger does not mandate any props configuration by users. Optional props: resourceIds and label. Resource Id has async options.
URLs
Polling Sources
new-outgoing-call-completed
Prompt
Emit new event when an outgoing call has ended. No specific props need to be configured by the user for this trigger.
URLs
new-incoming-call-completed
Prompt
Emit new event when an incoming call is completed which includes calls not picked up by the user or when a voicemail is left. The answeredAt field will be null for unanswered calls. Required props are 'recording' and 'transcription' for accessing the voicemail recording and its transcription.
URLs
Actions
send-message
Prompt
Send a text message via OpenPhone. Required props: from, to and content. Optional props: userId and setInboxStatus. The prop from has async options
URLs
create-contact
Prompt
Create a new contact on OpenPhone. Required props: firstName. Optional props: lastName, company, role, emails, phoneNumbers, and customFields.
URLs
create-update-contact
Prompt
Update an existing one on OpenPhone. Required props: contactId. Optional props: firstName, lastName, company, role, emails, phoneNumbers, and customFields.
URLs
The text was updated successfully, but these errors were encountered: