Retrieves messages from a specific conversation.
limitNumber of messages to return (max 25) To retrieve full histories, paginate using `paging.cursors.after` or the `next` URL from the response.
fieldsstringComma-separated list of fields to return for each message. Available fields include: id, created_time, from, to, message, attachments, sticker, shares, tags.
page_idRequiredstringThe ID of the Facebook Page that owns the conversation. Required to obtain the correct page access token. Get this from the List Managed Pages action.
conversation_idRequiredstringThe ID of the conversation in the format 't_' followed by a numeric ID (e.g., 't_3638640842939952'). Obtain valid conversation IDs from the Get Page Conversations action. If a numeric-only ID is provided, the 't_' prefix will be added automatically.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.