• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Podio

Status
Not open for further replies.
Podio Create Item

Different Template fields requires different format to pass data inside Create item action.
Note: Image and Calculation field is not supported so leave them blank.

Below are details how pass data in different supported fields.


1. For Field Type = Text
Pass value in this format e.g.:

{
"value": "Headline"
}


2. For Field Type = Date
Pass value in this format e.g.:

{
"end_utc": "2022-01-28 18:30:00",
"start_utc": "2022-01-27 18:30:00"
}


3. For Field Type = Relationship
Pass value in this format e.g.: Pass IDs of related relations inside array in comma separated format

[
2358756000,
2358736752,
2358735225
]


4. For Field Type = Phone
Pass value in this format e.g.: Pass array of objects with type(home, main, mobile, other, private_fax, work, work_fax) and value

[
{
"type": "home",
"value": "9876543210"
},
{
"type": "main",
"value": "9876543210"
}
]


5. For Field Type = Email
Pass value in this format e.g.: Pass array of objects with type(home, main, mobile, other, private_fax, work, work_fax) and value

[
{
"type": "home",
"value": "[email protected]"
},
{
"type": "home",
"value": "[email protected]"
}
]


6. For Field Type = Number
Pass value in this format e.g.:

{
"value": 100
}


7. For Field Type = Link
Pass Value in this format e.g.: Pass array of objects

[
{
"url": "https://www.podio.com"
},
{
"url": "https://pabbly.com"
}
]


8. For Field Type = Money
Pass Value in this format e.g.:

{
"value": "12345",
"currency": "USD"
}


9. For Field Type = Progress
Pass Value in this format e.g.:

{
"value": 100
}


10. For Field Type = Location
Pass Value in this format e.g.:

{
"value": "Bhopal"
}


11. For Field Type = Duration
Pass Value in this format e.g.:

{
"value": 25
}


11. For Field Type = Category (Multiple Choice)

Pass Value in this format e.g.:
[
{
"value": 1
},
{
"value": 2
},
{
"value": 3
}
]
 
Last edited:
Status
Not open for further replies.
Top