pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

SMTP2Go: send email action

Open pataquets opened this issue 3 years ago • 7 comments

Is there a specific app this action is for? SMTP2GO

Please provide a link to the relevant API docs for the specific service / operation. https://apidoc.smtp2go.com/documentation/#/POST%20/email/send

pataquets avatar Aug 09 '22 14:08 pataquets

I confirm that currently there's no action on SMTP2GO app image

We need to add send email action

vunguyenhung avatar Aug 09 '22 15:08 vunguyenhung

Thanks for the request! Did you know that anyone can author and publish their own Pipedream actions? Would you be interested in helping out with that? We're happy to answer any questions or support you in any way.

If you don't have the time, would you be willing to reach out to the app provider to see if they're interested in building these? When we work with an app partner, it improves the quality of the integration, and it helps when this kind of request comes from a customer like you.

dylburger avatar Aug 09 '22 15:08 dylburger

I'm aware of these alternatives, but I'm not in for any. I don't have the time not the skills. I was expecting that a listed service was more a "ready to use" than a "do it yourself".

pataquets avatar Aug 10 '22 01:08 pataquets

Noted @pataquets, I've added the ticket to Pipedream component backlog. Kindly subscribe to this Github issue for any updates 🙏

vunguyenhung avatar Aug 10 '22 13:08 vunguyenhung

@pataquets here with an update, there is now a basic framework for integration SMTP2Go -- https://pipedream.com/apps/smtp2go

sergioeliot2039 avatar Aug 12 '22 18:08 sergioeliot2039

I am adding functionality to send an email both with normal body and via template. That should be coming through in a few minutes. 🚀

bsommardahl avatar Sep 01 '22 13:09 bsommardahl

Hello @bsommardahl, I'm re-opening this issue as the code could not be compiled/published due to import errors image (1)

image (2)

Per @andrewjschuang instruction, The instructions for compiling are (from components/app/ directory):

  1. npx npm --prefix ../.. run build
  2. pd publish dist/actions/action-key/action-key.mjs
  3. pd dev dist/sources/source-key/source-key.mjs

TS app.app.ts files should be inside an app/ folder and not in the base app directory.

Don’t know if this is confusing, but just take a look at the RSS component

vunguyenhung avatar Sep 06 '22 13:09 vunguyenhung

SMTPGO action's account prop should be on top image image

ghost avatar Oct 05 '22 19:10 ghost

@Hassan-Abbas-SQA I think you may be looking at a previous version of the code? This is what the actions' configs look like for me:

Screen Shot 2022-10-05 at 4 58 16 PM Screen Shot 2022-10-05 at 4 58 38 PM

michelle0927 avatar Oct 05 '22 21:10 michelle0927

Tests Passed image image

ghost avatar Oct 06 '22 17:10 ghost