如下例所示:
$newItem = PodioItem::create($app_id, array(
'fields' => array(
"name" => "John",
"company-profile" => "<a href='http://example.com/' target='_blank'>View Profile</a>")));
由于我已将company-profile
的外部链接应用于View Profile
,但我不会收到错误:500 Internal Server Error - PodioBadRequestError
答案 0 :(得分:0)
我假设company-profile
是link
类型的Podio字段。
如果这是真的,那么它的处理方式应该有所不同。就Podio而言,它被称为embed
,您可以在此处阅读它是什么以及如何创建一个:https://developers.podio.com/doc/embeds