POST /2/chat/conversations/group/initialize
Initializes a new XChat group conversation and returns a unique conversation ID.
This endpoint is the first step in creating a group chat. The returned conversation_id should be used in subsequent calls to POST /chat/conversations/group to fully create and configure the group with members, admins, encryption keys, and other settings.
Workflow:
- Call this endpoint to get a
conversation_id - Use that
conversation_idwhen callingPOST /chat/conversations/groupto create the group
Authentication:
- Requires OAuth 1.0a User Context or OAuth 2.0 User Context
- Required scope:
dm.write
Servers
- https://api.x.com
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.