Zoho Mail API Error EXTRA_KEY_FOUND_IN_JSON

Zoho Mail API Error EXTRA_KEY_FOUND_IN_JSON

I have a workflow set up in Pipedream that uses the Zoho Mail API to send emails from my account. It's worked without issue for months but today I'm getting the following 404 error for every email I try to send:

{ "data": { "errorCode": "EXTRA_KEY_FOUND_IN_JSON" }, "status": { "code": 404, "description": "Invalid Input" } }

I haven't made any changes to my code. Have the input requirements changed in the past few days? (The last time I ran the workflow was Thursday 12/9 and it ran fine.)

Here's the code I'm using to set up the request:

const {email_address, zoho_mail_account_id, access_token} = params.sender

const data = {
  fromAddress: email_address,
  toAddress: params.recipients,
  ccAddress: params.cc_recipients, 
  subject: params.subject,
  content: params.content,
  attachments: params.attachments.length ? params.attachments : null,
}

return await require("@pipedreamhq/platform").axios(this, {
  method: 'post',
  url: `https://mail.${auths.zoho_mail.base_api_uri}/api/accounts/${zoho_mail_account_id}/messages`,
  headers: {
    "Authorization"`Zoho-oauthtoken ${access_token}`,
  },
  data
})

    • Sticky Posts

    • Pocket from Mozilla is closing shop. Don’t lose your favorites . Move them to Zoho Mail Bookmarks now! 📥🔖

      The end of Pocket shouldn't mean the end of your important links and content. Easily import them into Zoho Mail's Bookmarks and continue right where you left off. You can bring over your entire Saves, Collections, and tags just the way they are. Bookmarks
    • Zoho Mail POP & IMAP Server Details

      Hello all! We have been receiving a number of requests regarding the errors while configuring or using Zoho Mail account in POP/ IMAP clients. The server details vary based on your account type and the Datacenter in which your account is setup. Ensure
    • Workplace - Zoholics Europe Customer Awards

      Dear Zoho Mail Community! 📣 We're excited to announce that at this year's Zoholics events across Europe, we're holding customer awards for the first time ever! Workplace - Zoholics Europe Customer Awards This is your chance to shout about the amazing
    • Important update on Group Management | Zoho Mail

      Dear Zoho Mail Community, This post is to inform you all of the following updates on the Group Management in Zoho Mail. Group Member Addition: If a group member is added to an organization group in a Zoho Application, the member will be automatically
    • Mastering email etiquette and best practices to follow in Zoho Mail

      Hello Zoho Mail Community, We’re thrilled to invite you all to our upcoming webinar: Mastering email etiquette and best practices to follow in Zoho Mail. Join our live webinar for expert etiquette tips to enhance your professionalism and elevate your

    Nederlandse Hulpbronnen