Devin Ellis

Results 9 comments of Devin Ellis

How about some sort of integration pipeline, where you can configure your template (and message data) to be POSTed to an arbitrary URL and have Listmonk accept the response (sort...

Just to confirm, this is the reason a `POST /api/subscribers/` to an existing email address seems to update name, email, lists, but will not update attribs? I wasn't expecting that,...

Checking in on this. I just confirmed this is still happening on v3.1.1. It turns out that my workaround is causing some unintended behavior. Maybe my use-case is not very...

Feel free to close. I have switched to using linkedom for my use-case.

Since I didn't hear back I ended up removing WPAPI as a dependency, and instead make node-fetch calls directly for the endpoints I need.

Yes that's correct, sorry for the confusion. I couldn't find a way to get stackblitz to use node 20. For example, the project im working on had been on Node...

If you don’t mind maybe you can, if you have clean repro steps. It seems more important coming from a plugin maintainer such as yourself.

If I run `$ node -v` in the terminal on that gitpod, it says Node v18. I can't figure out where that's being configured from... I've never used gitpod before.

OK I figured out how to repro. You need to check the URL in page.server.ts and it somehow becomes aware of that. Change the handler to something like this: ```js...