Skip to main content

Create signup

POST 

/signups

This will create a new signup object and e-mail the appropriate welcome e-mail to the given email address

Request

Body

    email_address stringrequired

    The e-mail address that should receive the welcome e-mail

    coupon string

    The code for the coupon that will be applied to the first new organization created by the user

    campaign

    object

    All 'campaign[]' params are mutually exclusive, only one can be provided.

    id string
    name string
    source string
    medium string
    term string
    content string

Responses

This will create a new signup object and e-mail the appropriate welcome e-mail to the given email address

Schema

    id stringrequired

    The ID of the signup

    email_address stringrequired

    The e-mail address that was sent the welcome email

Loading...