APIs & Integrations

SHussain99
Participante

where is my custom form showed

I want a custom form to receive and send messages with respect to ticket/contact, after creating a custom form i don't see a form

 

POST URL : https://api.hubapi.com/forms/v2/forms

Body:

{
    "name""Test form 2",
    "method""post",
    "action" : "http://localhost:3000/get-test-form",
    "cssClass""",
    "redirect""",
    "submitText""Submit",
    "followUpId""",
    "notifyRecipients""",
    "leadNurturingCampaignId""",
    "formFieldGroups": [
        {
            "fields": [
                {
                    "name""firstname",
                    "label""First Name",
                    "type""string",
                    "fieldType""text",
                    "description""",
                    "groupName""",
                    "displayOrder"0,
                    "required"false,
                    "selectedOptions": [],
                    "options": [],
                    "validation": {
                        "name""",
                        "message""",
                        "data""",
                        "useDefaultBlockList"false
                    },
                    "enabled"true,
                    "hidden"false,
                    "defaultValue""",
                    "isSmartField"false,
                    "unselectedLabel""",
                    "placeholder"""
                }
            ],
            "default"true,
            "isSmartGroup"false
        }
    ],
    "createdAt"1318534279910,
    "updatedAt"1413919291011,
    "performableHtml""",
    "migratedFrom""ld",
    "ignoreCurrentValues"false,
    "metaData": [],
    "deletable"true
}

after success, I will not see custom form anywhere 
 
Authorized Scopes : oauth, forms, tickets, forms-uploaded-files, crm.objects.contacts.read, crm.objects.deals.read



@dennisedson , @piersg , @Kevin-C , @tjoyce 
can you guys look into this issue. please see the below link also that what i want
https://community.hubspot.com/t5/APIs-Integrations/ticket-reply-conversation/m-p/563377#M50373

0 Avaliação positiva
3 Respostas 3
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

where is my custom form showed

@SHussain99 

Are you getting a success message in the app monitoring tab?

 

0 Avaliação positiva
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

where is my custom form showed

@SHussain99 

Are you getting a success message in the app monitoring tab?

 

0 Avaliação positiva
SHussain99
Participante

where is my custom form showed

@dennisedson 
yup, getting a success message on the monitoring tab. please find below attachment

 

SHussain99_0-1644312818397.png

 

0 Avaliação positiva