POST
/
v1
/
inbox
/
[token]

This is a public endpoint and does not require an API token. Data can be sent as application/json, application/x-www-form-urlencoded or multipart/form-data. The parameters listed below are treated specially, but arbitrary form data can be passed and will be associated with the proposal as metadata.

Body

email
string
required

The email address of your customer. A confirmation email will be sent to this email address. They will be the recipient of the resulting proposal.

company_name
string

The name of the company that your customer represents. If defined, this will be mentioned in the resulting proposal.

first_name
string

First name for the person requesting an RFP. If defined, this will be included in the proposal.

last_name
string
phone_number
string
message
string

Displayed in the request excerpt.

language
string

Determines the language of the confirmation email. Falls back to using the accept-language header of the request. In ISO 639 Set 1 format.

start_date
string

Start date of the event, in ISO 8601 format.

end_date
string

End date of the event, in ISO 8601 format.

is_test
string

If any data is passed via this parameter, the RFP is considered a test.

Response

id
number

The ID of the RFP.