Closed pipedream-component-development closed 9 months ago
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 https://vunguyenhung.notion.site/Components-dexatel-562c0abd66704ba3b0100ea26c3ede9a
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-dexatel-562c0abd66704ba3b0100ea26c3ede9a
dexatel
URLs
Actions
create-contact
Prompt
Allows creation of a new contact on the user's Dexatel account. Required props include 'contact_name' and 'contact_number'
URLs
send-single-sms
Prompt
Enables sending of a singular SMS to a specified recipient. Requires 'recipient_number' and 'message_content' props.
URLs
send-bulk-sms
Prompt
Facilitates sending of SMS messages in bulk. Required props include 'recipient_numbers' (array of phone numbers) and 'message_content'.
URLs