cURL
curl --request POST \ --url https://schoolmaker.co/api/v1/conversations/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>", "message": "<string>", "sender_id": "school_owner_id", "member_participants": [ "jsmith@example.com" ], "user_participants": [ "jsmith@example.com" ] }'
{ "group_id": "<string>" }
Creates a conversation and send a message to recipients.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Group created
The response is of type object.
object