Skip to main content

Send a welcome e-mail

POST 

/api/v3/package/:package_id/_action/sendWelcome

This will send a welcome e-mail (using your welcome e-mail template) to the primary contact for the package/customer.

Request

Body

    _comment string
    email string
    cc string
    bcc string
    subject string
    body string
    html string
    from string
    _comment_message_id string
    message_id integer

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...