如何将外部URL添加到使用Podio PHP API创建的新Podio项目?

时间:2017-04-25 10:58:28

标签: php podio

如下例所示:

$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

1 个答案:

答案 0 :(得分:0)

我假设company-profilelink类型的Podio字段。

如果这是真的,那么它的处理方式应该有所不同。就Podio而言,它被称为embed,您可以在此处阅读它是什么以及如何创建一个:https://developers.podio.com/doc/embeds