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
The message to post to the group
Message posted successfully
ok
error