Create Message Reply
POST
https://app-dev.jollor.com/api/public/v1/projects/:project_id/:provider/conversations/:conversation_id/messages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/projects/<your project_id>/facebook/conversations/{{conversation_id}}/messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "hello public api {{$guid}}"
}'
Response Response Example
{}
Request
Path Params
project_id
string
required
Example:
{{project_id}}
provider
string
required
Example:
facebook
conversation_id
string
required
Example:
{{conversation_id}}
Body Params application/json
Responses
Modified at 2023-12-07 15:00:12