Creates Contact Note using Reamaze. Requires note_body and customer_email. Returns confirmation of creation, including the new record’s ID and details.
Creates Conversation using Reamaze. Requires subject and category and tag_list and user_name and crm_prefix and recipients and user_email and custom_data and conversation_history. Returns confirmation of creation, including the new record’s ID and details.
Creates Message in Conversation using Reamaze. Requires crm_prefix and visibility and conversation_slug and conversation_history. Returns confirmation of creation, including the new record’s ID and details.
Retrieves Conversation by Slug using Reamaze. Requires crm_prefix and conversation_slug. Returns the requested data record(s) with all available details.
Retrieves Conversations by Email using Reamaze. Requires crm_prefix and user_email. Returns an array of matching records with relevant details.
Search Contact by Email using Reamaze. Requires crm_prefix and user_email. Returns results based on the executed action.
Search Contact by Name using Reamaze. Requires user_name. Returns results based on the executed action.
Search Contact by Name(Demo) using Reamaze. Requires user_name. Returns results based on the executed action.
Updates Conversation using Reamaze. Requires status and tag_list and crm_prefix and custom_data and assignee_email and conversation_slug. Returns the updated record with the applied changes.