Skip to main content

Zapier MailSlurp Plugin

Zapier email plugin

Receive emails and attachments as Zapier triggers and actions. Use MailSlurp with Zapier to automate processing of new emails, attachments, and contacts. You can connect MailSlurp to Calendars, Slack, Google Drive and more. This page contains documentation of inputs and outputs available for the Zapier MailSlurp integration.

Create a Zap

Usage guide

For usage see the Zapier email guide.

Type aliases

NewAttachmentInput

Ƭ NewAttachmentInput: object

Options for new attachment trigger

Type declaration

NameTypeDescription
containsContentType?stringOptional content type of attachment to filter for
containsName?stringOptional attachment name to filter for
emailFrom?stringOptional sender filter for email attachments
emailRecipients?string[]Optional email recipients to filter for
emailSubject?stringOptional email subject to filter for
inboxIds?string[]Optional IDs of inboxes to filter attachment for

Defined in: src/triggers/attachment.ts:22


NewAttachmentOutput

Ƭ NewAttachmentOutput: object

Returned fields of NewAttachment trigger

Type declaration

NameTypeDescription
contentLength?numberSize of attachment in bytes
contentType?stringContent type of attachment
fileanyFile URL of attachment
idstringID of new attachment
name?stringFile name of attachment if present

Defined in: src/triggers/attachment.ts:40


NewContactInput

Ƭ NewContactInput: object

New contact trigger input options

Type declaration

NameTypeDescription
containsEmailAddress?stringFilter new contacts by email address
containsName?stringFilter new contacts by name

Defined in: src/triggers/contact.ts:18


NewContactOutput

Ƭ NewContactOutput: object

New contact trigger output options

Type declaration

NameType
contactIdstring
emailAddresses?string[]
fileany
firstName?string
idstring
lastName?string
primaryEmailAddressstring

Defined in: src/triggers/contact.ts:28


NewEmailInput

Ƭ NewEmailInput: object

Inputs for new email trigger

Type declaration

NameTypeDescription
containsFrom?stringOptional sender address to filter new emails with
containsRecipients?string[]Optional recipients of email to filter new emails with
containsSubject?stringOptional subject of email to filter new emails with
hasAttachments?boolean-
inboxIds?string[]Optional inbox IDs to filter new emails for with

Defined in: src/triggers/email.ts:29


NewEmailOutput

Ƭ NewEmailOutput: object

Outputs for new email trigger

Type declaration

NameTypeDescription
attachmentsany[]Attachments as list of files
bcc?string[]-
bodystring-
cc?string[]-
emailIdstring-
fileanyEmail body as file
fromstring-
idstring-
inboxIdstring-
subjectstring-
tostring[]-

Defined in: src/triggers/email.ts:44


ZapierUploadAttachmentOptions

Ƭ ZapierUploadAttachmentOptions: object

Type declaration

NameType
contentTypestring
fileany
filenamestring

Defined in: src/types.ts:22