Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Support sending to the team inbox. #8

@rteabeault

Description

@rteabeault

Create a new method that will post to the team inbox

inbox: (flowId, message, tags, callback) ->
    data =
      flow: flowId
      event: 'mail'
      source: message.source
      from_address: message.from_address
      subject: message.subject
      content: message.content
      tags: tags || []
   @send "/messages", data, callback

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions