Another way to collect request from your website in Proposales is via webhooks.
Webhooks is an easy way to integrate two systems. Works seamless with POST requests and Form Submit webhooks (e.g from Zapier, Instapage or Sleeknote).
โ
Feed Request for Proposals (RFPs) into the Inbox inside your Proposales account. No technical knowledge needed and is very easy to set up.
Endpoint URL
https://next.proposales.com/api/v1/inbox/{inbox_token}
Use this URL
and replace {inbox_token}
with the token for your specific Inbox. Data can be sent as application/json
, application/x-www-form-urlencoded
or multipart/form-data
.
Your {inbox_token}
can be found on the Inbox settings page ๐
Sending Method
Always use POST
ย as sending method.
Field Mapping
Make sure field names are in sync, see this article for full specification.
API/Server Token
This is a public endpoint and does not require an API Token
or Server Token Authorization Key
.