action trashnothing_set_email_not_bouncing { label: "Set users' email address as not bouncing" description: "Resets an email address bouncing state to false. The users' email address may be automatically marked as bouncing again if further emails sent to it are bounced.\n" provider: trashnothing method: PUT path: "/users/me/email/not-bouncing" encoding: json output: { type: "object" } }