Email alias management

alias/add

URL: https://fleep.io/api/alias/add

Register email aliases for given account. Requires confirmation through email. All conversations are transferred under primary account as a result.

Input:

emails              text            - emails to be registered as aliases

Output:

stream              list            - list of ContactInfo records

ContactInfo:

alias/confirm

URL: https://fleep.io/api/alias/confirm

Confirm that alias email received confirmation code.

Input:

notification_id     uuid        - notification id

alias/remove

URL: https://fleep.io/api/alias/remove

Remove email alises from given account.

Input:

emails              text            - emails to be registered as aliases

Output:

stream              list            - list of ContactInfo records

ContactInfo:

alias/sync

URL: https://fleep.io/api/alias/sync

Fetch all aliases for given account. Used for displaying aliases in UI.

Input:

None

Output:

stream              list            - list of ContactInfo records

ContactInfo:

Table Of Contents

Previous topic

File management

Next topic

Conversation hooks management