About Posting Poll

Hello I am Using your service API and integrate to post poll so can you help me know what is the error here or how can send to you the data type of this ?

and THIS IS THE DATA I SEND
$data = [
“data” => [
“text” => $caption ?? “”,
“streamId” => “”,
“dataType” => ‘poll’,
“pollId” => $dataFromPoll[0][‘pollId’],
],
“attachments” => [
[
“fileId” => “”,
“type” => “”
]
],
“targetType” => “user”,
“dataType” => “poll”,
“metadata” => [
“pollId” => null,
“addonCaption” => $addonsCaption,
“pdfData” => $pdfData,
“externalLinks” => $externalLinks,
“background_photo” => $dataFromTemplate,
],
“postId” => Str::uuid(),
“tags” => [
“string”
],
“mentionees” => [
[
“type” => “user”,
“userIds” => [

                ]
            ]
        ],
        "createdAt" => now()
    ];
    return json_encode($data);

These are the supported/available fields, please review your request and make sure that it aligns with our api structure.

API: Amity API

Screenshot 2567-02-12 at 08.50.10

hello I already created a poll but I want to post them as a post so can you check my question again ?

If that’s the case, please see the structure here:

API: Amity API

As suggested before, you can check every api structure by clicking on ‘Schema’, and ensure it aligns with your request.

Hello Please ,
This is the data I send and the post is created but I can’t found the poll in the post
$data = [
“data” => [
“text” => $caption ?? “”,
“streamId” => “”,
//“dataType” => ‘poll’,
“pollId” => $dataFromPoll[0][‘pollId’],
],
“attachments” => [

        ],
        "targetType" => "user",
        "dataType" => "upstra.poll",
        "metadata" => [
            "pollId" => null,
            "addonCaption" => $addonsCaption,
            "pdfData" => $pdfData,
            "externalLinks" => $externalLinks,
            "location" => $location,
            "background_photo" => $dataFromTemplate,
        ],
        "postId" => Str::uuid(),
        "tags" => [
            "string"
        ],
        "mentionees" => [
            [
                "type" => "user",
                "userIds" => $userIds,
            ]
        ],
        "createdAt" => now()
    ];

For dataType, you don’t need “upstra.poll”, you only need “poll