cURL
curl --request POST \ --url https://api.papercuts.ai/v1/facebook/groups/{groupId}/message \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data '{ "message": "<string>" }'
{ "status": "ok" }
Post a message to a group
Your Papercuts API Key
User Token received while integrating end user accounts
The ID of the Facebook group
Message posted successfully
The response is of type object.
object