You should visit Pricing - Pipedream for the latest pricing, but I’ll do my best to answer.
To send an email using the Gmail API in your Pipedream workflow, you can use the Send Email action provided by Pipedream. Here is an example of how you can modify your existing code to send an email:
Props: Added to, subject, and body props to accept the recipient email, subject, and body of the email.
API Request: Modified the API request to use the Gmail API’s send endpoint.
Email Format: Constructed the email in the required format and encoded it in base64.
Steps to Use the Component
Search for the Gmail app in the Pipedream UI.
Select the Send Email action.
Connect your Gmail account.
Fill in the recipient email, subject, and body.
Test the action to ensure it works as expected.
This should enable you to send an email to a specific recipient using your Pipedream workflow. If you need further assistance, please visit Support - Pipedream.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double-check my answers and code! Learn how to build your own.