Create an RFP
Creates a request for a proposal.
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
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.
The name of the company that your customer represents. If defined, this will be mentioned in the resulting proposal.
First name for the person requesting an RFP. If defined, this will be included in the proposal.
Last name for the person requesting an RFP. If defined, this will be included in the proposal.
Displayed in the request excerpt.
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 of the event, in ISO 8601 format.
End date of the event, in ISO 8601 format.
If any data is passed via this parameter, the RFP is considered a test.
Response
The ID of the RFP.