FlowFast allows you to receive requests from external systems to create a card via a pre-created "webhook"
To create a webhook you need to go into the space settings (hover over the space name in the menu on the left and enter the settings from the three-dots button).
Next, select the Webhooks section and click "Create webhook" at the bottom right:
When you create a Webhook you specify the path where the card will be created and other attributes of the card.
Note the Format field, where you can select the format of the data that will come to the FlowFast side. If your system from where you are transferring data to the webhook is not on the list, select FlowFast format.
The link to the created webhook can be obtained by clicking on the icon with the sheet of paper to the left of the urn:
FlowFast
{
"title": "Card title",
"description": "...",
"due_date": "2022-10-01",
"asap": false,
"members": [],
"owner_id": 3424,
"links": [
{
"url": "https://example.com",
"description": "..."
}
],
"members": [
"a@example.com",
"b@example.com"
],
"tags": [
"tag 1",
"tag 2"
]
}
All query body parameters are optional, except title (card title)