When a user joins a group that I own, does that add them to my contact list?
Example: I create a group with a share URL. A user joins the group. I know have their user_id (API) and would like to send them a Direct Message. That is possible, right?
Here is the json I am sending:
{"direct_message":{"source_guid":"GUID_97700","recipient_id":"########","text":"Did you get this?"}}
However, I get this error message:
Array ( [meta] => Array ( [code] => 400 [errors] => Array ( [0] => text is required [1] => conversation id is required ) ) ) Array ( [meta] => Array ( [code] => 400 [errors] => Array ( [0] => text is required [1] => conversation id is required ) ) )
Question 1: There is text present. I am not sure why I get the first error message
Question 2: What is a "conversation id"? This could possibly be the first time a conversation is started based on their user_id