Connectors Reference

MailParser

Extract data from emails & automate your workflow with our powerful email parser software. Convert emails to Excel, parse leads from emails, and more.

 

Status: Preview

Tier: Premium

Version: v1

 

Actions:

Name

Summary

InboxList ()

This will return an array of inboxes that you have created

WebhookDelete (string inbox_id, string dispatcher_id)

Deletes the Mailparser webhook

GetResultSchema (string inbox_id)

Show the schema of parsed data of last email

 

Triggers:

Name

Summary

WebhookCreate (string inbox_id, WebhookRequestBody Request body of webhook)

New parsed email is available

 

Objects:

Name

Summary

Inbox

 

InboxListResponse

 

WebhookCreationResponse

 

WebhookRequestBody

 

 

Actions:

InboxList

Summary: This will return an array of inboxes that you have created

Description: This will return an array of inboxes that the user has created.

 

Syntax:

MailParser.InboxList ()

 

Returns:

          Type:InboxListResponse

 

WebhookDelete

Summary: Deletes the Mailparser webhook

Description: Deletes a Mailparser Webhook

 

Syntax:

MailParser.WebhookDelete (string inbox_id, string dispatcher_id)

 

Parameters:

Name

Type

Summary

Required

Related Action

inbox_id

string

 

ID of inbox

True

dispatcher_id

string

 

Dispatcher id

True

 

Returns:

 

GetResultSchema

Summary: Show the schema of parsed data of last email

Description: Returns the schema of the parsed data.

 

Syntax:

MailParser.GetResultSchema (string inbox_id)

 

Parameters:

Name

Type

Summary

Required

Related Action

inbox_id

string

(Your inbox)

Enter inbox id

True

InboxList

 

Returns:

 

Triggers:

Trigger WebhookCreate

Summary: New parsed email is available

Description: Creates a Mailparser Webhook

 

Syntax:

MailParser.WebhookCreate (string inbox_id, WebhookRequestBody Request body of webhook)

 

Parameters:

Name

Type

Summary

Required

Related Action

inbox_id

string

(Your Inbox)

Insert inbox id

True

InboxList

Request body of webhook

WebhookRequestBody

 

 

True

 

Returns:

          Type:WebhookCreationResponse

 


 

Inbox

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

ID of inbox

name

string

 

Label of inbox


 

InboxListResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

data

array of (Inbox)

 

 


 

WebhookCreationResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

data

Data

 

 

 

Data

Summary:

Description:

 

          Properties:

Name

Type

Summary

dispatcher_id

string

 

ID of dispatcher

 


 

WebhookRequestBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

target_url

string

 

Configuration of the Trigger

provider

string

 

The provider that is responsible for this dispatcher

label

string

 

The label for the dispatcher