pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] smslink_nc

Open pipedream-component-development opened this issue 1 year ago • 3 comments

smslink_nc

URLs

  • https://api.smslink.nc/api/documentation

Actions

create-contact

Prompt

Create a new contact.

URLs

  • https://api.smslink.nc/api/documentation#/Contact/556b84f384422939a9db51e60685798a

delete-contact

Prompt

Delete a contact.

URLs

  • https://api.smslink.nc/api/documentation#/Contact/a76b5a53776dbfb3a037c334d3a5ea96

create-sms-campaign

Prompt

Create a new SMS campaign.

URLs

  • https://api.smslink.nc/api/documentation#/SMS%20Campaign/ebb1ad504c2b504e927270227e3db105

delete-sms-campaign

Prompt

Delete a SMS campaign.

URLs

  • https://api.smslink.nc/api/documentation#/SMS%20Campaign/889d28080620683f1aec3bfad6467b98

To QA: I couldn't test Create SMS Campaign because I was getting the following error as the response:

{
  "message": "Failed validation attempt.",
  "errors": {
    "sender": [
      "The sender is invalid."
    ]
  },
  "object": {
    "title": "Test 1",
    "sender": "SMSLink",
    "text": "Test 1 http://smss.nc/STOPP",
    "auto_optimize_text": true,
    "recipients": [
      {
        "phone_number": 756587
      },
      {
        "phone_number": 756583
      },
      {
        "phone_number": 756581
      }
    ],
    "client_id": 255,
    "purpose": "marketing"
  }
}

And it seems like there is some kind of issue in the API endpoint because that's actually the value that is in their example in the documentation. So let me know if I should remove this action in the case you don't find the issue here.

Also just in any case the mobile phone numbers that I found worked for testing are the following: 756581, 756583 and 756587

jcortes avatar Oct 09 '24 21:10 jcortes

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-smslink_nc-11cbf548bb5e81e193f3fe27b7fe913d

vunguyenhung avatar Oct 14 '24 06:10 vunguyenhung

Hi @vunguyenhung I'm removing the action Create SMS Campaign due to the The sender is invalid error

jcortes avatar Oct 14 '24 14:10 jcortes

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-smslink_nc-11cbf548bb5e81e193f3fe27b7fe913d

vunguyenhung avatar Oct 15 '24 05:10 vunguyenhung