POST /my/conversations
Start a conversation
Servers
- https://api.reverb.com/api
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
cloudinary_photos[] |
Array | No |
An array of cloudinary data hashes (Reverb internal use only). |
recipient_uuid |
String | No |
The uuid of the user you are trying to contact |
recipient_id |
Integer | No |
The id of the user you are trying to contact |
body |
String | Yes |
The body of the message |
listing_id |
Integer | No |
The id of the listing being discussed |
shop_id |
String | No |
The id of the shop you are trying to contact |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.