-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Write a plug-in for resend.com #845
Comments
I read all the issue describe, there is one question: What does Unsubscirbe do? What does it do in the API list of resend.com? Delete audience or contact? @atompie can you help me understand this? |
@ryomahan You could try this approach to ease the plugin development: https://youtu.be/R_kr9mBAKAU |
@atompie Hi, I start create plugin for this issue, and there is a new question: how should I define Resend's API params? method onemake every params as a FormField like: method twomake all params as a Json FormField |
What are these params? Maybe they will fit into the resource. Are the params connection related? Or rather define what data to send. |
@atompie like this: |
Ohh Ok then it goes into the form one by one. Like in the SMTP plugin. |
Luckly, I do like this, I'll push a alpha(just finish the send function) version PR tonight. |
Is your feature request related to a problem? Please describe.
Resends some common maintenance when sending an email like deliver monitoring, etc.
Describe the solution you'd like
Integrate resent with Tracardi as a plug-in
Please use their API not Python library as it is not async.
https://resend.com/docs/api-reference/introduction
Us our async client:
We need the following plugin.
Please makes sure that you create a resource for Resend API
The text was updated successfully, but these errors were encountered: